summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-12-02 23:02:28 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-12-02 23:02:28 +0000
commit20b8687f45ec814d5a1a68d43920d7819a93da78 (patch)
treefbbd98a0ec9f6e26d8c85d2fefd4b0fdc49262fc /www/mod_php3
parentAdd remaining changes to update TLS support. I forgot to commit these (diff)
Add --enable-versioning so mod_php3 and mod_php4 can be installed both.
Notes
Notes: svn path=/head/; revision=35616
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile1
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 \