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/cakephp12 | |
parent | 90b5f0aa16bd34c9255fb5bf0a58eabc6a0b0988 (diff) | |
download | ports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.tar.gz ports-485ab44c69d80cd3e9e6d1aad8791f834fec3012.zip |
Notes
Diffstat (limited to 'www/cakephp12')
-rw-r--r-- | www/cakephp12/Makefile | 6 |
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) |