aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-10 12:03:11 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-10 12:03:11 +0000
commita172725741b4c28fdc0a0239580e4d60069f85f5 (patch)
tree1bfd4110118c9edb3c93a663ee2ae60ce82edee7 /www/apache21/Makefile
parent266ad05559657806cc2aa7ba02e0c7d846f6a3d1 (diff)
downloadports-a172725741b4c28fdc0a0239580e4d60069f85f5.tar.gz
ports-a172725741b4c28fdc0a0239580e4d60069f85f5.zip
Notes
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r--www/apache21/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index ed39993491b9..d424418825eb 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.1.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}:powerlogo
@@ -137,6 +137,7 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
.else
PLIST_SUB+= APR_PORTS=""
CONFLICTS+= apr-1.*
+CONFIGURE_ENV+= USE_BUNDLED_APR=YES
.endif
WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS:S/-l//:S/-//}