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_remoteip | |
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/mod_remoteip')
-rw-r--r-- | www/mod_remoteip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_remoteip/Makefile b/www/mod_remoteip/Makefile index ba0f73408a42..2cd8e3739f94 100644 --- a/www/mod_remoteip/Makefile +++ b/www/mod_remoteip/Makefile @@ -16,7 +16,7 @@ COMMENT= Replaces the client IP address/hostname with that given by a proxy MAKE_JOBS_SAFE= yes -USE_APACHE= 2.2+ +USE_APACHE= 22+ AP_FAST_BUILD= YES AP_GENPLIST= YES |