diff options
author | dirk <dirk@FreeBSD.org> | 2000-12-03 07:02:28 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-12-03 07:02:28 +0800 |
commit | 2d2853c81752293514435a1513ef461257d604f5 (patch) | |
tree | 8707a1c76c489bafcf7bf70b499ff5bce6273a32 /www/mod_php3 | |
parent | 6f8d2e1540a89df940d33723c881771bd6e236d8 (diff) | |
download | freebsd-ports-gnome-2d2853c81752293514435a1513ef461257d604f5.tar.gz freebsd-ports-gnome-2d2853c81752293514435a1513ef461257d604f5.tar.zst freebsd-ports-gnome-2d2853c81752293514435a1513ef461257d604f5.zip |
Add --enable-versioning so mod_php3 and mod_php4 can be installed both.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 5f224f159483..dd16426ceb5a 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -33,6 +33,7 @@ APXS= ${PREFIX}/sbin/apxs GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apxs=${APXS} \ + --enable-versioning \ --with-system-regex \ --with-config-file-path=${PREFIX}/etc \ --disable-debug \ |