diff options
author | tv <tv> | 1999-05-04 20:22:10 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-04 20:22:10 +0000 |
commit | 2d6f2a27eb9554723be875e09d081e54921404ae (patch) | |
tree | 0dd694f3b1e015da2f373bfecfcf5235234cdb2a /www/php3 | |
parent | 430b19c24a77f9e58362e869bdd6e620d2959f17 (diff) | |
download | pkgsrc-2d6f2a27eb9554723be875e09d081e54921404ae.tar.gz |
Make sure to get the path to perl right, even if it isn't installed.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 0f3f2957ec7..08ccd17037e 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/03 21:40:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/04 20:22:10 tv Exp $ # DISTNAME= php-${PHP_VERSION} @@ -27,6 +27,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 .if !defined(BUILDING_EXTENSION_MODULE) CONFIGURE_ENV+= CPPFLAGS="-DPHP_INTERNAL_FUNCS" |