- Switch to USES=localbase
- Cosmetic fixes
This commit is contained in:
parent
b0bc00c680
commit
0efbbaf8e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422288
@ -14,24 +14,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS= elmo-devel-[0-9]*
|
||||
|
||||
OPTIONS_DEFINE= GPGME NLS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv ncurses shebangfix perl5
|
||||
USE_OPENSSL= yes
|
||||
USE_PERL5= run
|
||||
USES= iconv localbase ncurses shebangfix perl5 ssl
|
||||
SHEBANG_FILES= src/elmoconf.pl
|
||||
USE_PERL5= run
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
OPTIONS_DEFINE= GPGME NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GPGME_DESC= GnuPG support using GPGME
|
||||
GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme
|
||||
GPGME_CONFIGURE_ENV_OFF=ac_cv_header_gpgme_h=no
|
||||
NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}"
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
NLS_USES= gettext
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure
|
||||
|
Loading…
Reference in New Issue
Block a user