Fix wrong use of OPTIONS_SUB
Reported by: danfe
This commit is contained in:
parent
e6a4796d73
commit
725bdaafc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332346
@ -20,8 +20,8 @@ CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
||||
INSTALL_TARGET= install install-man
|
||||
INFO= sharutils
|
||||
USES= charsetfix perl5
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPTIONS_SUB= NLS
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}"
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
@ -32,7 +32,7 @@ DATADIR= ${PREFIX}/share/slsh
|
||||
|
||||
OPTIONS_DEFINE= PCRE PNG ICONV ONIG DOCS
|
||||
OPTIONS_DEFAULT=PCRE PNG ICONV DOCS
|
||||
OPTIONS_SUB= PCRE PNG ICONV ONIG
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
ONIG_DESC= Oniguruma support
|
||||
|
||||
|
@ -21,11 +21,11 @@ CONFLICTS= jed-devel-[0-9]*
|
||||
|
||||
OPTIONS_DEFINE= X11 PERMS HOSTLOOKUP DOCS
|
||||
OPTIONS_DEFAULT=X11 HOSTLOOKUP DOCS
|
||||
OPTIONS_SUB= X11
|
||||
|
||||
PERMS_DESC= Respect permissions by Root
|
||||
HOSTLOOKUP_DESC=Look-up for hostname
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
USE_BZIP2= yes
|
||||
DIST_SUBDIR= jed
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -14,7 +14,6 @@ LICENSE= BSD
|
||||
|
||||
OPTIONS_DEFINE= DEBUG CURL LIBWWW CPLUSPLUS
|
||||
OPTIONS_DEFAULT=CURL LIBWWW CPLUSPLUS
|
||||
OPTIONS_SUB= CPLUSPLUS
|
||||
|
||||
LIBWWW_DESC= Compile with libwww support
|
||||
CPLUSPLUS_DESC= Build xmlrpc-c c++ libs and tools
|
||||
@ -22,6 +21,7 @@ CPLUSPLUS_DESC= Build xmlrpc-c c++ libs and tools
|
||||
CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]*
|
||||
|
||||
USES= gmake
|
||||
OPTIONS_SUB= yes
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
@ -35,7 +35,7 @@ SHEBANG_FILES= ${WRKSRC}/data/dansguardian.pl
|
||||
|
||||
OPTIONS_DEFINE= APACHE TRICKLE CLISCAN CLAMD ICAP KAV NTLM EMAIL DEBUG SSL DOCS
|
||||
OPTIONS_DEFAULT=APACHE TRICKLE DOCS
|
||||
OPTIONS_SUB= TRICKLE CLISCAN CLAMD ICAP KAV NTLM EMAIL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
APACHE_DESC= Enable Apache support for access denied page
|
||||
TRICKLE_DESC= Enable the trickle download manager
|
||||
|
@ -33,7 +33,7 @@ SHEBANG_FILES= ${WRKSRC}/data/dansguardian.pl
|
||||
|
||||
OPTIONS_DEFINE= APACHE TRICKLE CLISCAN CLAMD ICAP KAV NTLM EMAIL DEBUG DOCS
|
||||
OPTIONS_DEFAULT=APACHE TRICKLE DOCS
|
||||
OPTIONS_SUB= TRICKLE CLISCAN CLAMD ICAP KAV NTLM EMAIL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
APACHE_DESC= Enable Apache support for access denied page
|
||||
TRICKLE_DESC= Enable the trickle download manager
|
||||
|
@ -15,12 +15,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= GD PHP NLS PCRE LDAP ICONV
|
||||
OPTIONS_DEFAULT=GD PHP NLS PCRE LDAP ICONV
|
||||
OPTIONS_SUB= PHP NLS
|
||||
|
||||
PHP_DESC= Install PHP for reporting generating
|
||||
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= autoconf aclocal
|
||||
OPTIONS_SUB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
|
Loading…
Reference in New Issue
Block a user