diff options
author | dirk <dirk@FreeBSD.org> | 2002-04-16 10:58:19 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-04-16 10:58:19 +0000 |
commit | 3890fd8cf630a02d05395745ffd17bd7ae595248 (patch) | |
tree | ac8e0cbd214cbbbbc4fbd1265b6216409d290c0a /www/mod_php5/Makefile | |
parent | e75dca9bd69bb267ea21deeacb5edaa3eb3bbe94 (diff) | |
download | FreeBSD-ports-3890fd8cf630a02d05395745ffd17bd7ae595248.zip FreeBSD-ports-3890fd8cf630a02d05395745ffd17bd7ae595248.tar.gz |
Clean up configure options.
PR: ports/36109
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index f6f1cbd..0fe5c8a 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 |