diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-20 21:43:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-20 21:43:47 +0000 |
commit | 99d3f4c2b05037965fe35e67206415e7b3475e02 (patch) | |
tree | b4da5158fcb1dc7f1c295df091f762c890e92b59 /Mk/bsd.apache.mk | |
parent | 8d0e7873c77bf3dfee03aa518cb5791308b358a6 (diff) | |
download | ports-99d3f4c2b05037965fe35e67206415e7b3475e02.tar.gz ports-99d3f4c2b05037965fe35e67206415e7b3475e02.zip |
Notes
Diffstat (limited to 'Mk/bsd.apache.mk')
-rw-r--r-- | Mk/bsd.apache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 69e26767078b..b8cd6d68c4cd 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \ --disable-proxy --disable-proxy-connect \ --disable-proxy-ftp --disable-proxy-http \ --disable-proxy-ajp --disable-proxy-balancer \ - --disable-proxy-scgi + --disable-proxy-scgi --disable-reqtimeout .endif .if defined(OPTIONS) && !(make(make-options-list)) |