diff options
-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 \ |