From 99d01cac16e52b44964d21ea8776b2dcbede24ae Mon Sep 17 00:00:00 2001 From: ohauer Date: Tue, 23 Sep 2014 22:08:36 +0000 Subject: - fix DEFAULT_VERSIONS usage - remove SLAVE_PORT_MODULES (no longer required since apache >= 20) with hat apache@ --- www/cakephp22/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www/cakephp22') diff --git a/www/cakephp22/Makefile b/www/cakephp22/Makefile index ec340c143b3d..7edd5e886e21 100644 --- a/www/cakephp22/Makefile +++ b/www/cakephp22/Makefile @@ -17,15 +17,13 @@ GH_COMMIT= 1bb28d3 PORTDOCS= README.md -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1?-* cakephp-2[1]-.* cakephp-2.3.* NO_BUILD= yes USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/Config/acl.php \ -- cgit