diff options
author | tv <tv> | 1999-05-04 20:22:10 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-04 20:22:10 +0000 |
commit | f1b26a30760152d00c54594f6ee2df3fcbca3db9 (patch) | |
tree | 0dd694f3b1e015da2f373bfecfcf5235234cdb2a /www/php3/Makefile | |
parent | ae6888489e802f3ec5e1e9cf567b7fb7040077bf (diff) | |
download | pkgsrc-f1b26a30760152d00c54594f6ee2df3fcbca3db9.tar.gz |
Make sure to get the path to perl right, even if it isn't installed.
Diffstat (limited to 'www/php3/Makefile')
-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" |