diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-02-08 10:01:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-02-08 10:01:40 +0000 |
commit | 4362106d1683623a11e20f526046290e02c7208f (patch) | |
tree | 7318278f3f536adc518d6acbd119bc9d23c77ab8 /www/apache2 | |
parent | d698ed03e0b158a30151b88ea5a783065131209c (diff) |
Notes
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 2 | ||||
-rw-r--r-- | www/apache2/Makefile.doc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index c919f4092518..5539ea605e41 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -102,7 +102,7 @@ BROKEN= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is .endif LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \ - --with-apr-util=${LOCALBASE}/bin/apr-config + --with-apr-util=${LOCALBASE}/bin/apu-config .else . if exists(${LOCALBASE}/lib/libapr-0.so) BROKEN= "apr is installed and may conflict with apache one\ diff --git a/www/apache2/Makefile.doc b/www/apache2/Makefile.doc index 68443874f431..e8cadaaaf3aa 100644 --- a/www/apache2/Makefile.doc +++ b/www/apache2/Makefile.doc @@ -22,7 +22,7 @@ ## WITHOUT_AUTH: Disable auth modules ## WITH_CUSTOM_AUTH: Let you choose which auth modules you wish ## WITHOUT_DAV: Disable DAV support -## WITH_IPV6_V6ONLY: Disable IPv4 support +## WITH_IPV6_V6ONLY: Don't allow IPv6 sockets to handle IPv4 connections ## WITHOUT_SSL: Disable SSL support ## WITH_THREADS: Enable threads support !! USE IT WITH CARE !! ## WITH_CUSTOM_THREADS: Let you choose which threaded modules you want |