summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /www/php3
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'www/php3')
-rw-r--r--www/php3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 479dc730c6a..b7a1c6eb4c8 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2000/06/13 10:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2000/08/27 02:46:08 jlam Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -10,7 +10,7 @@ DISTFILES+= ${DISTNAME}.tar.gz
MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.php.net/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
.include "../../mk/bsd.prefs.mk"
@@ -29,7 +29,7 @@ PATCHDIR?= ${PKGSRCDIR}/www/php3/patches
.endif
# Here we configure only for what NetBSD ships. We add the rest via modules.
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= # defined
CONFIGURE_ARGS+=--with-system-regex --without-gd \
--with-gdbm=${PREFIX} \
--with-yp --with-zlib --with-dbase --with-filepro \
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-system-regex --without-gd \
--enable-track-vars --enable-force-cgi-redirect \
--enable-discard-path --enable-memory-limit \
--enable-sysvsem --enable-sysvshm
-CONFIGURE_ENV+= PERL_PATH=${LOCALBASE}/bin/perl
+CONFIGURE_ENV+= PERL_PATH=${PERL5}
.if !defined(BUILDING_EXTENSION_MODULE)
CONFIGURE_ENV+= CPPFLAGS="-DPHP_INTERNAL_FUNCS"