aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-04-16 18:58:19 +0800
committerdirk <dirk@FreeBSD.org>2002-04-16 18:58:19 +0800
commit3890fd8cf630a02d05395745ffd17bd7ae595248 (patch)
treeac8e0cbd214cbbbbc4fbd1265b6216409d290c0a /www
parente75dca9bd69bb267ea21deeacb5edaa3eb3bbe94 (diff)
downloadfreebsd-ports-gnome-3890fd8cf630a02d05395745ffd17bd7ae595248.tar.gz
freebsd-ports-gnome-3890fd8cf630a02d05395745ffd17bd7ae595248.tar.zst
freebsd-ports-gnome-3890fd8cf630a02d05395745ffd17bd7ae595248.zip
Clean up configure options.
PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/Makefile4
-rw-r--r--www/mod_php5/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index f6f1cbdcf8b4..0fe5c8ab5563 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -51,9 +51,7 @@ CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
.endif
CONFIGURE_ARGS+=--enable-versioning \
- --with-system-regex \
- --disable-debug \
- --enable-track-vars \
+ --with-regex=system \
--without-gd \
--without-mysql
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index f6f1cbdcf8b4..0fe5c8ab5563 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -51,9 +51,7 @@ CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
.endif
CONFIGURE_ARGS+=--enable-versioning \
- --with-system-regex \
- --disable-debug \
- --enable-track-vars \
+ --with-regex=system \
--without-gd \
--without-mysql