diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
commit | 06f0a4c3c2051370b645889877b890871f653667 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /www/php3 | |
parent | be7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff) | |
download | pkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 8 |
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" |