aboutsummaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-09-17 19:35:48 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-09-17 19:35:48 +0000
commit252aa93fc9e527e3cb633500f16b05866586195e (patch)
treee1132e169eaa6d3ef457395542193dea3708aa91 /www/apache24
parent6e12c9ed58719001851a9782666c7c2b76fb10be (diff)
downloadports-252aa93fc9e527e3cb633500f16b05866586195e.tar.gz
ports-252aa93fc9e527e3cb633500f16b05866586195e.zip
- mod_proxy_http2 requires mod_proxy_balancer
No PORTREVISION bump defaults: PROXY_BALANCER=on PROXY_HTTP2=off PR: 210868 Submitted by: M. Macha
Notes
Notes: svn path=/head/; revision=422343
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile.modules4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache24/Makefile.modules b/www/apache24/Makefile.modules
index 68694c02d57c..a64e67a0d7ec 100644
--- a/www/apache24/Makefile.modules
+++ b/www/apache24/Makefile.modules
@@ -86,4 +86,8 @@ CONFIGURE_ARGS+= --with-libxml2=${LOCALBASE}/include/libxml2
CONFIGURE_ARGS+= --without-libxml2
.endif
+.if ${PORT_OPTIONS:MPROXY_HTTP2} && !${PORT_OPTIONS:MPROXY_BALANCER}
+IGNORE= PROXY_HTTP2 needs PROXY_BALANCER
+.endif
+
.endif # _PREMKINCLUDED