aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp12
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-12-05 02:40:38 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-12-05 02:40:38 +0000
commit485ab44c69d80cd3e9e6d1aad8791f834fec3012 (patch)
tree3665c2fdb7e231598d14e435ecee5544ed59f480 /www/cakephp12
parent90b5f0aa16bd34c9255fb5bf0a58eabc6a0b0988 (diff)
downloadports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.tar.gz
ports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.zip
Notes
Diffstat (limited to 'www/cakephp12')
-rw-r--r--www/cakephp12/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cakephp12/Makefile b/www/cakephp12/Makefile
index e0331cbba946..abc87b35f6a8 100644
--- a/www/cakephp12/Makefile
+++ b/www/cakephp12/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)