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/mod_vhs | |
parent | - change default mod_perl version, else the port will not build (diff) |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes:
svn path=/head/; revision=280086
Diffstat (limited to '')
-rw-r--r-- | www/mod_vhs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index c5843e10867d..01661fa6a803 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -16,7 +16,7 @@ COMMENT= Mass virtual hosting using mod_ldap or mod_dbd with Apache 2.2.x MANUAL_PACKAGE_BUILD= needs apr with LDAP and DBD options enabled -USE_APACHE= 2.2+ +USE_APACHE= 22+ USE_PHP= yes USE_PHP_BUILD= yes WANT_PHP_MOD= yes |