From 39ecc0017bf8362d621432848d7370b4a2d9e64e Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 16 Jun 2009 17:04:56 +0000 Subject: - 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@ --- www/apache22/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache22') 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 \ -- cgit