diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-12-05 10:40:38 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-12-05 10:40:38 +0800 |
commit | 1eb50e954996dae5355c8da760a6402638513db3 (patch) | |
tree | 971862356826ae2363b7af5a21310c0097c86992 /www/zend-framework | |
parent | 21e2e8d922b4ca293404637a2fb25607652e8487 (diff) | |
download | freebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.tar.gz freebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.tar.zst freebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.zip |
- Moved various PHP-related directives ahead of bsd.port.pre.mk
- Bumped PORTREVISION on affected ports
PR: ports/135674
Submitted by: yzlin
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 |