aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-23 01:43:54 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-23 01:43:54 +0000
commitb1cbb3cca2acd7af919d9729e4d6b6f40714231a (patch)
tree98d81ee9f7613ea0679a2676301629136ee00f71 /www/lighttpd/Makefile
parent75b2935c25d4448e2fe790e0cb5ff8dbb7a20f5b (diff)
Notes
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r--www/lighttpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 2ec371642ff0..19075fc1aff9 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://dl.fkb.wormulon.net/lighttpd/ \
@@ -29,7 +29,7 @@ MAN1= lighttpd.1 spawn-fcgi.1
OPTIONS= OPENSSL "Enable SSL support" on \
OPENLDAP "Enable LDAP support" off \
MYSQL "Enable MYSQL support" off \
- IPV6 "Disable IPV6 support" off \
+ IPV6 "Enable IPV6 support" on \
CML "Enable Cache Meta Language support" off
.include <bsd.port.pre.mk>
@@ -49,7 +49,7 @@ USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql
.endif
-.if defined(WITH_IPV6)
+.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif