summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-10-08 21:04:36 +0000
committerjdolecek <jdolecek>2005-10-08 21:04:36 +0000
commitaa3cc5dd12e47524a3dc9ed3fd5dc11a99c23532 (patch)
tree3b08fc2cbe6c332e61cf041a55268fd479b28c85 /lang
parenta0fe52ade36e9282dd7b5b6877e024d6a8f1bbf1 (diff)
downloadpkgsrc-aa3cc5dd12e47524a3dc9ed3fd5dc11a99c23532.tar.gz
add inet6 to list of supported options; this effectively enables IPv6
support by default, since the USE_INET6 mapping now properly kicks in
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile4
-rw-r--r--lang/php5/Makefile.php3
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 28abb99d253..fe09646c051 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/10/08 16:49:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/08 21:04:36 jdolecek Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index 69b59006a4b..2419122d358 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.8 2005/10/08 16:49:35 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.9 2005/10/08 21:04:36 jdolecek Exp $
#
.include "../../lang/php5/Makefile.common"
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-openssl
.include "../../security/openssl/buildlink3.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[^-]*$//}
+PKG_SUPPORTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"