diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 23:57:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 23:57:57 +0000 |
commit | f534c1ac32e2f53bb2abf090451be458ee261444 (patch) | |
tree | 77b3633ae500baebde891be9c3e576f6825d121b /www/apache20 | |
parent | 77f988ba69568878da8503ee75c3c7d21580213a (diff) | |
download | ports-f534c1ac32e2f53bb2abf090451be458ee261444.tar.gz ports-f534c1ac32e2f53bb2abf090451be458ee261444.zip |
Notes
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 9cb6c518c158..0fc06a812d6c 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -36,16 +36,18 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* caudium-devel-1.* caudium10-1.* caudium12-1.* caudium14-1.* \ ru-apache+mod_ssl-1.* ru-apache-1.* -OPTIONS= \ - IPV6 "Enable IPv6 support" On \ - BDB "Enable BerkeleyDB dbm" Off \ - KQUEUE_SUPPORT "Enable kqueue in bundled apr" Off \ - SSL "Enable SSL support" On \ - SSL_EXPERIMENTAL_ENGINE "Use Experimental SSL engine" Off \ - DEBUG "Enable debugging" Off \ - EXCEPTION_HOOK "Enable Exception Hook" On \ - LDAP "Enable LDAP Support" Off \ - THREADS "Enable threads in apr" Off +## XXX: Every possible option for things in Makefile.modules needs to be +## XXX: in OPTIONS too, or its not passed to make. +#OPTIONS= \ +# IPV6 "Enable IPv6 support" On \ +# BDB "Enable BerkeleyDB dbm" Off \ +# KQUEUE_SUPPORT "Enable kqueue in bundled apr" Off \ +# SSL "Enable SSL support" On \ +# SSL_EXPERIMENTAL_ENGINE "Use Experimental SSL engine" Off \ +# DEBUG "Enable debugging" Off \ +# EXCEPTION_HOOK "Enable Exception Hook" On \ +# LDAP "Enable LDAP Support" Off \ +# THREADS "Enable threads in apr" Off .if defined(WITH_KQUEUE_SUPPORT) EXTRA_PATCHES+= ${FILESDIR}/exp-apr-kqueue.patch |