diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-16 10:58:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-16 10:58:19 +0000 |
commit | 7eee863179196f6b31281884c80b36ded430b20d (patch) | |
tree | e6412d07343d6fc09d8c73b4014a9e452e1ce65c /www/mod_php4 | |
parent | Last commit also enables gd-native-ttf support. (diff) |
Clean up configure options.
PR: ports/36109
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes:
svn path=/head/; revision=57749
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |