From 2d6f2a27eb9554723be875e09d081e54921404ae Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 May 1999 20:22:10 +0000 Subject: Make sure to get the path to perl right, even if it isn't installed. --- www/php3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/php3') 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" -- cgit v1.2.3