aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-12-04 15:33:53 +0800
committerdirk <dirk@FreeBSD.org>2001-12-04 15:33:53 +0800
commit98177a9a81397a1709a24306f46153cb447e601c (patch)
tree5bdc9c1685daee56dd6617c1f08722144a3766fd /www/mod_php3/Makefile
parent91775af8739f6bf96349cfba787ebb559d7939a4 (diff)
downloadfreebsd-ports-graphics-98177a9a81397a1709a24306f46153cb447e601c.tar.gz
freebsd-ports-graphics-98177a9a81397a1709a24306f46153cb447e601c.tar.zst
freebsd-ports-graphics-98177a9a81397a1709a24306f46153cb447e601c.zip
Add --enable-discard-path to lang/php3.
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r--www/mod_php3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 3c761ab92a2..e77ce88a51f 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mod_php3
PORTVERSION= 3.0.18
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES?= www
MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
http://us.php.net/${PHP_DISTDIR}/ \
@@ -39,7 +39,8 @@ IS_INTERACTIVE= yes
.endif
.if defined(STANDALONE)
-CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone
+CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \
+ --enable-discard-path
.else
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
--with-config-file-path=${PREFIX}/etc