diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-04 15:27:41 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-04 15:27:41 +0800 |
commit | 91775af8739f6bf96349cfba787ebb559d7939a4 (patch) | |
tree | 435226a051b26855ae39f1db46d0b51f7b39a4b8 /lang/php5 | |
parent | 1165520cdc17fb6787668568df6959b757ee1465 (diff) | |
download | freebsd-ports-gnome-91775af8739f6bf96349cfba787ebb559d7939a4.tar.gz freebsd-ports-gnome-91775af8739f6bf96349cfba787ebb559d7939a4.tar.zst freebsd-ports-gnome-91775af8739f6bf96349cfba787ebb559d7939a4.zip |
Add --enable-discard-path and --with-readline to lang/php4.
Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index e6142fd31fad..5ff5a4373de5 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |