diff options
author | taca <taca@pkgsrc.org> | 2010-03-03 10:51:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-03 10:51:35 +0000 |
commit | 3ddbc7bfec1e81121ae063a0c4b62bd4362d416f (patch) | |
tree | 45542861a8815c81659bff4701514a146432aacc /lang/php5 | |
parent | 11e376a39e51bbff4e985fd3f4e4e8be4efcf1ac (diff) | |
download | pkgsrc-3ddbc7bfec1e81121ae063a0c4b62bd4362d416f.tar.gz |
Re-enable suhosin option since there is no need to disable it.
Noted by Volkmar Seifert and I misunderstood something.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index 060a37a4923..fa5c335b57d 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.39 2010/02/27 03:25:16 taca Exp $ +# $NetBSD: Makefile.php,v 1.40 2010/03/03 10:51:35 taca Exp $ # .include "../../lang/php5/Makefile.common" @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX:Q} # Note: This expression is the same as ${PKGBASE}, but the latter is # not defined yet, so we cannot use it here. PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//} -PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts # suhosin +PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts suhosin PKG_SUGGESTED_OPTIONS+= ssl SUBST_CLASSES+= ini |