aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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