diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-04 07:27:41 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-04 07:27:41 +0000 |
commit | b8df995834fa4a2563c234519dc65537a4c775ec (patch) | |
tree | 365dff454d97ecc01e59f72cb4f72fb39f46069b /lang/php5 | |
parent | Add kio_fish 1.0.1, a KIO module that allows you to use sftp or scp (diff) |
Add --enable-discard-path and --with-readline to lang/php4.
Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
Notes
Notes:
svn path=/head/; revision=51012
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 |