diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-09-24 06:08:36 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-09-24 06:08:36 +0800 |
commit | 99d01cac16e52b44964d21ea8776b2dcbede24ae (patch) | |
tree | 7e9a758edda25943758457c62f43ca2e348e2bfe /www/cakephp13 | |
parent | 0571634409d5d3a561d071b60cb34cbb99234472 (diff) | |
download | freebsd-ports-gnome-99d01cac16e52b44964d21ea8776b2dcbede24ae.tar.gz freebsd-ports-gnome-99d01cac16e52b44964d21ea8776b2dcbede24ae.tar.zst freebsd-ports-gnome-99d01cac16e52b44964d21ea8776b2dcbede24ae.zip |
- fix DEFAULT_VERSIONS usage
- remove SLAVE_PORT_MODULES (no longer required since apache >= 20)
with hat apache@
Diffstat (limited to 'www/cakephp13')
-rw-r--r-- | www/cakephp13/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile index 1d26138fd069..48db45c7d425 100644 --- a/www/cakephp13/Makefile +++ b/www/cakephp13/Makefile @@ -18,15 +18,13 @@ GH_COMMIT= a59e55e PORTDOCS= README -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1[12]-* cakephp-2?-.* cakephp-2.?.* NO_BUILD= yes USES= gettext USE_PHP= session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/config/acl.ini.php \ |