diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 3 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 655a3d5a21d..46b4f7ca126 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2006/11/06 22:06:35 jdolecek Exp $ +# $NetBSD: Makefile,v 1.48 2007/02/25 20:05:11 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index ed8174e0062..0ad6f733691 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.23 2007/02/22 19:30:04 wiz Exp $ +# $NetBSD: Makefile.php,v 1.24 2007/02/25 20:05:11 jdolecek Exp $ # .include "../../lang/php5/Makefile.common" @@ -50,9 +50,9 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --disable-ipv6 .endif -#.if !empty(PKG_OPTIONS:Mssl) -#. include "../../security/openssl/buildlink3.mk" -#CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} -#.else +.if !empty(PKG_OPTIONS:Mssl) +. include "../../security/openssl/buildlink3.mk" +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} +.else CONFIGURE_ARGS+= --without-openssl -#.endif +.endif |