diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /www/cakephp13 | |
parent | b71961a9ea66185112d102c2715655e63422305e (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/Makefile | 2 |
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 |