diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-11 23:56:52 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-11 23:56:52 +0000 |
commit | f2633a8df6e15ab6b22afe58dc5a3a63ef90f49f (patch) | |
tree | 51a8283a6d7da69b3228ee9c21967b9be603ea53 /www/apache22 | |
parent | 5da09645a7789ec090a998ba6d1598470b9553a7 (diff) | |
download | ports-f2633a8df6e15ab6b22afe58dc5a3a63ef90f49f.tar.gz ports-f2633a8df6e15ab6b22afe58dc5a3a63ef90f49f.zip |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 8a6646f744ff..50044092f8db 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -22,7 +22,7 @@ COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ pcre.0:${PORTSDIR}/devel/pcre -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes LATEST_LINK?= apache22 @@ -57,7 +57,7 @@ APACHEDIR= ${MASTERDIR} .endif .if !defined(WITHOUT_APACHE_OPTIONS) -OPTIONS= \ +OPTIONS= \ APR_FROM_PORTS "Use devel/apr as APR (preferred)" Off \ THREADS "Enable threads support in APR" Off \ MYSQL "Enable MySQL support for apr-dbd" Off \ @@ -126,7 +126,7 @@ LDFLAGS+= -L${OPENSSLLIB} .if defined(WITH_APR_FROM_PORTS) PLIST_SUB+= APR_PORTS="@comment " -APR_PORT?= devel/apr +APR_PORT?= devel/apr LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT} CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config @@ -191,7 +191,7 @@ show-options: #optionally enable mod_proxy_connect patch .if defined(WITH_PATCH_PROXY_CONNECT) -EXTRA_PATCHES+= ${FILESDIR}/opt-patch-modules:proxy:mod_proxy_connect.c +EXTRA_PATCHES+= ${FILESDIR}/opt-patch-modules:proxy:mod_proxy_connect.c .endif post-patch: |