aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp13
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
commit7a0bd317631d50743f0a374e87553b67823ce01b (patch)
treea6a20687ac7deead25a53b4c03118c3a00060775 /www/cakephp13
parentb71961a9ea66185112d102c2715655e63422305e (diff)
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes: svn path=/head/; revision=280086
Diffstat (limited to 'www/cakephp13')
-rw-r--r--www/cakephp13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile
index 1ddcd4f8d6b1..e2ead565ed73 100644
--- a/www/cakephp13/Makefile
+++ b/www/cakephp13/Makefile
@@ -66,7 +66,7 @@ SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_AP)
SUB_FILES= pkg-message
-USE_APACHE= 2.2+
+USE_APACHE= 22+
PKGMESSAGE= pkg-message
APDEP=
.else