diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-04 07:33:53 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-04 07:33:53 +0000 |
commit | baf05335e81c7c81bd808f06f3b0a8671cd03528 (patch) | |
tree | 607b9d906dab23d42635cd9dbe5b317c6f5282c0 /lang/php3/Makefile | |
parent | Add --enable-discard-path and --with-readline to lang/php4. (diff) |
Add --enable-discard-path to lang/php3.
Diffstat (limited to 'lang/php3/Makefile')
-rw-r--r-- | lang/php3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile index f2b6d59d1156..237985ea4ebb 100644 --- a/lang/php3/Makefile +++ b/lang/php3/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php3 +PORTREVISION= 1 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php3 |