diff options
author | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
commit | ea483f8647279c031f590093ebf07eba4862f109 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /lang | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'lang')
-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 bc0da60bfcb..ad7c50ef51a 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.45 2012/05/13 16:08:37 taca Exp $ +# $NetBSD: Makefile.php,v 1.46 2012/06/12 15:45:57 wiz Exp $ # .include "../../lang/php5/Makefile.common" @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX:Q} # 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_SUGGESTED_OPTIONS+= ssl +PKG_SUGGESTED_OPTIONS+= inet6 ssl SUBST_CLASSES+= ini SUBST_STAGE.ini= post-patch |