From 1eb50e954996dae5355c8da760a6402638513db3 Mon Sep 17 00:00:00 2001 From: glarkin Date: Sat, 5 Dec 2009 02:40:38 +0000 Subject: - Moved various PHP-related directives ahead of bsd.port.pre.mk - Bumped PORTREVISION on affected ports PR: ports/135674 Submitted by: yzlin --- www/cakephp13/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/cakephp13') diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile index e0331cbba946..abc87b35f6a8 100644 --- a/www/cakephp13/Makefile +++ b/www/cakephp13/Makefile @@ -7,6 +7,7 @@ PORTNAME= cakephp PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://cakeforge.org/frs/download.php/733/ \ LOCAL/glarkin @@ -33,6 +34,8 @@ NO_BUILD= yes USE_GETTEXT= yes USE_PHP= session WANT_PHP_WEB= yes +DEFAULT_PHP_VER=5 +IGNORE_WITH_PHP=4 CAKE_CONF_FILES= \ app/config/acl.ini.php \ @@ -65,9 +68,6 @@ CGI_EXT= -cgi CGI_EXT= .endif -DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 - SUB_LIST+= PHPCGI=${WITH_PHP_CGI} .if defined(WITH_PROD) -- cgit