summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-16 17:04:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-16 17:04:56 +0000
commit7e3a35cbf99c55df046c85226c3ba210d44661f9 (patch)
tree1dd5bfa70817e68a75c32d49389de18badb34507 /www/apache22
parent- claim the last 2 (diff)
- Change OPTION help text for WITH_APR_FROM_PORTS
beware -> preferred In preparation for making it the default and dropping the option. Discussed on: ports@, apache@
Notes
Notes: svn path=/head/; revision=236042
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index cfbff834139d..ee10d5fc0246 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -58,7 +58,7 @@ APACHEDIR= ${MASTERDIR}
.if !defined(WITHOUT_APACHE_OPTIONS)
OPTIONS= \
- APR_FROM_PORTS "Use devel/apr as APR (beware!)" Off \
+ 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 \
PGSQL "Enable PostgreSQL support for apr-dbd" Off \