diff options
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r-- | www/php4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 8e247362c0d..73eb66d4a97 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/08/18 07:47:50 tron Exp $ +# $NetBSD: Makefile,v 1.50 2005/09/04 20:13:59 jlam Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -14,6 +14,9 @@ USE_TOOLS+= gmake .include "Makefile.php" +CONFIGURE_ARGS+= --enable-discard-path +CONFIGURE_ARGS+= --enable-force-cgi-redirect + CGIDIR= ${PREFIX}/libexec/cgi-bin EGDIR= ${PREFIX}/share/examples/php |