diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 8b9addce9ea0..88760146f6bd 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2001/05/14 14:12:28 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2001/05/14 22:38:17 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} PHP_DIST_VERS= 4.0.5 @@ -52,9 +52,11 @@ GETTEXTDIR= ${LOCALBASE} CONFIGURE_ARGS+= --without-gd CONFIGURE_ARGS+= --without-mysql +CONFIGURE_ARGS+= --without-pcre-regex CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE} CONFIGURE_ARGS+= --with-gettext=${GETTEXTDIR} -CONFIGURE_ARGS+= --with-yp --with-zlib +CONFIGURE_ARGS+= --with-yp +CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-config-file-path=${PHP_CONFDIR} CONFIGURE_ARGS+= --with-system-regex CONFIGURE_ARGS+= --with-exec-dir=${PREFIX}/libexec/php4