diff options
author | Clement Laforet <clement@FreeBSD.org> | 2007-09-20 08:04:34 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2007-09-20 08:04:34 +0000 |
commit | 7490730603573deef5dffe5a7edf6001b5e13695 (patch) | |
tree | e642d425b4e44aa28df1610eb19282b999a8689a /www/apache22 | |
parent | d4538af23f24ea585798288c65d8e4269491506e (diff) | |
download | ports-7490730603573deef5dffe5a7edf6001b5e13695.tar.gz ports-7490730603573deef5dffe5a7edf6001b5e13695.zip |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 5b582f249750..19870ebadff5 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -120,11 +120,6 @@ WITH_EXCEPTION_HOOK= YES CONFIGURE_ARGS+= --enable-exception-hook .endif -.if defined(WITH_PCRE_FROM_PORTS) -CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -.endif - # for slave ports .if !defined(MASTERDIR) APACHEDIR= ${.CURDIR} @@ -155,6 +150,11 @@ CONFLICTS+= apr-1.* CONFIGURE_ENV+= USE_BUNDLED_APR=YES .endif +.if defined(WITH_PCRE_FROM_PORTS) +CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +.endif + .if defined(WITH_THREADS) CONFIGURE_ARGS+= --enable-threads . if ${OSVERSION} > 500023 |