aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-05-18 12:05:05 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-05-18 12:05:05 +0800
commit478fd80efcbb0b481164e3b52d18e33a14fb6fa0 (patch)
tree50dd7b1ebdbd186eceedd79a2001a7722a5c1f81 /www/apache22
parent08fef6ad8f443edde1236029535c88b9c0bb9f55 (diff)
downloadfreebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.gz
freebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.zst
freebsd-ports-gnome-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.zip
- Convert ports/ to devel/apr1
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
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