aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-18 04:05:05 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-18 04:05:05 +0000
commit55544fc2be6293cc3e0316e40af48ca44fc4e529 (patch)
tree29e8cfc0914a759313cdb1eab3bedf0c36297450 /www/apache22
parent05bd43c1e696d2012387a78d35d19a8d44882cd1 (diff)
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 50c4af76205c..7e12341a3991 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -57,7 +57,7 @@ APACHEDIR= ${MASTERDIR}
.if !defined(WITHOUT_APACHE_OPTIONS)
OPTIONS= \
- APR_FROM_PORTS "Use devel/apr (recommended)" On \
+ APR_FROM_PORTS "Use devel/apr1 (recommended)" On \
THREADS "Enable threads support in APR" Off \
MYSQL "Enable MySQL support for apr-dbd" Off \
PGSQL "Enable PostgreSQL support for apr-dbd" Off \
@@ -136,7 +136,7 @@ LDFLAGS+= -L${OPENSSLLIB}
.if defined(WITH_APR_FROM_PORTS)
PLIST_SUB+= APR_PORTS="@comment "
-APR_PORT?= devel/apr
+APR_PORT?= devel/apr1
LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT}
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
--with-apr-util=${LOCALBASE}/bin/apu-1-config