diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-16 17:04:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-16 17:04:56 +0000 |
commit | 7e3a35cbf99c55df046c85226c3ba210d44661f9 (patch) | |
tree | 1dd5bfa70817e68a75c32d49389de18badb34507 /www | |
parent | cc0d81bf4cccaeb31cfa98a290c6634b53ceeeb4 (diff) | |
download | ports-7e3a35cbf99c55df046c85226c3ba210d44661f9.tar.gz ports-7e3a35cbf99c55df046c85226c3ba210d44661f9.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22/Makefile | 2 |
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 \ |