diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-14 08:16:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-14 08:16:25 +0800 |
commit | eb5e964eddf6fad5409d1fca66d41935a5a59b89 (patch) | |
tree | e07221573572ee6ea395b0265a5a29c8587b2e2f /Mk | |
parent | 56c9456cad72cead8dd3fc5b76e0d65240eaac69 (diff) | |
download | freebsd-ports-gnome-eb5e964eddf6fad5409d1fca66d41935a5a59b89.tar.gz freebsd-ports-gnome-eb5e964eddf6fad5409d1fca66d41935a5a59b89.tar.zst freebsd-ports-gnome-eb5e964eddf6fad5409d1fca66d41935a5a59b89.zip |
- 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 <ohauer@gmx.de>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.apache.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |