- Fix option WITH_PATCH_PROXY_CONNECT

PR:             ports/138846
Submitted by:   "George D." <gi@azagal.com>
This commit is contained in:
Philip M. Gollucci 2009-12-11 22:57:29 +00:00
parent c2c2e3095f
commit e77426bf6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245570

View file

@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.14
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
@ -190,7 +190,7 @@ show-options:
@${SED} -ne 's/^##//p' ${APACHEDIR}/Makefile.doc
#optionally enable mod_proxy_connect patch
.if defined(PATCH_PROXY_CONNECT)
.if defined(WITH_PATCH_PROXY_CONNECT)
EXTRA_PATCHES+= ${FILESDIR}/opt-patch-modules:proxy:mod_proxy_connect.c
.endif