diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-03 12:45:33 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-03 12:45:33 +0800 |
commit | 99db816ea9575e5be9fe9ec5d78188c8252d949f (patch) | |
tree | a32aea58e3ce6694d8b24222e398933b8fccc343 /www/mod_proxy_html | |
parent | 2834e9c8736e7191b81630e53af667e10594934b (diff) | |
download | freebsd-ports-gnome-99db816ea9575e5be9fe9ec5d78188c8252d949f.tar.gz freebsd-ports-gnome-99db816ea9575e5be9fe9ec5d78188c8252d949f.tar.zst freebsd-ports-gnome-99db816ea9575e5be9fe9ec5d78188c8252d949f.zip |
- Is only for www/apache22+
Reported by: pointy hat (via pav)
Diffstat (limited to 'www/mod_proxy_html')
-rw-r--r-- | www/mod_proxy_html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_proxy_html/Makefile b/www/mod_proxy_html/Makefile index dc4386a70260..773a2d7f6195 100644 --- a/www/mod_proxy_html/Makefile +++ b/www/mod_proxy_html/Makefile @@ -18,7 +18,7 @@ COMMENT= Apache module for rewriting HTML links in proxied content MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message -USE_APACHE= 2.0+ +USE_APACHE= 2.2+ AP_FAST_BUILD= YES AP_GENPLIST= YES SHORTMODNAME= proxy_html |