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 | 22b38efcaaa71b2ae886f8eae6b2083a6cbc43fc (diff) | |
download | ports-7eee863179196f6b31281884c80b36ded430b20d.tar.gz ports-7eee863179196f6b31281884c80b36ded430b20d.zip |
Notes
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 |