diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-02 23:02:28 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-02 23:02:28 +0000 |
commit | 20b8687f45ec814d5a1a68d43920d7819a93da78 (patch) | |
tree | fbbd98a0ec9f6e26d8c85d2fefd4b0fdc49262fc /www | |
parent | 1d59d971c7884da6dd6bdbab21c44ab4effec915 (diff) | |
download | ports-20b8687f45ec814d5a1a68d43920d7819a93da78.tar.gz ports-20b8687f45ec814d5a1a68d43920d7819a93da78.zip |
Notes
Diffstat (limited to 'www')
-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 \ |