From e353c85f90d04ac99c232570381cc162956f50dd Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Mon, 14 Dec 2009 00:16:25 +0000 Subject: - Fix builds that enable PROXY support. This should have been part of the following previous commit to www/apache22 >- OPTIONS+= PROXY_SCGI > >PR: ports/140137 >Submitted by: olli hauer --- Mk/bsd.apache.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 97ebe6d3d7a7..1457624007dd 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -121,7 +121,8 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \ --disable-alias --disable-filter \ --disable-proxy --disable-proxy-connect \ --disable-proxy-ftp --disable-proxy-http \ - --disable-proxy-ajp --disable-proxy-balancer + --disable-proxy-ajp --disable-proxy-balancer \ + --disable-proxy-scgi .endif .if defined(OPTIONS) && !(make(make-options-list)) -- cgit v1.2.3