diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 15:57:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 15:57:38 +0000 |
commit | 3a55c0530cc4f725d340f78f89015f8a95919ce6 (patch) | |
tree | 20bf4dd5798e0a686e7d81acadc70f9ddfae0dff /lang/php4/Makefile | |
parent | 889fc58469504b218ea0aa590f088ede063af0d0 (diff) | |
download | ports-3a55c0530cc4f725d340f78f89015f8a95919ce6.tar.gz ports-3a55c0530cc4f725d340f78f89015f8a95919ce6.zip |
Notes
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 1f887a5f015c..a32ca430af68 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.4.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -25,6 +25,7 @@ USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} == "-cgi" || ${PKGNAMESUFFIX} == "-cli" GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_GETOPT_LONG=yes CONFIGURE_ARGS= --enable-versioning \ --enable-memory-limit \ |