diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-05 02:40:38 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-05 02:40:38 +0000 |
commit | 485ab44c69d80cd3e9e6d1aad8791f834fec3012 (patch) | |
tree | 3665c2fdb7e231598d14e435ecee5544ed59f480 /www/zend-framework | |
parent | 90b5f0aa16bd34c9255fb5bf0a58eabc6a0b0988 (diff) | |
download | ports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.tar.gz ports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.zip |
Notes
Diffstat (limited to 'www/zend-framework')
-rw-r--r-- | www/zend-framework/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile index 8b6581511c50..d1cf227be5b7 100644 --- a/www/zend-framework/Makefile +++ b/www/zend-framework/Makefile @@ -7,6 +7,7 @@ PORTNAME= ZendFramework PORTVERSION= 1.9.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ \ GENTOO/distfiles @@ -21,6 +22,7 @@ COMMENT= A framework for developing PHP web applications NO_BUILD= yes USE_PHP= spl WANT_PHP_WEB= yes +IGNORE_WITH_PHP=4 USE_GETTEXT= yes SUB_FILES= pkg-message @@ -40,8 +42,6 @@ OPTIONS= \ .include <bsd.port.pre.mk> -IGNORE_WITH_PHP=4 - # Check for mutually-exclusive options .if defined(WITH_EDOJO) && defined(WITH_PDOJO) IGNORE= please select only one type of Dojo installation |