svn commit: r301114 - head/www/lighttpd
Martin Matuska
mm at FreeBSD.org
Wed Jul 18 18:32:11 UTC 2012
Author: mm
Date: Wed Jul 18 18:32:10 2012
New Revision: 301114
URL: http://svn.freebsd.org/changeset/ports/301114
Log:
Fix IPv6 support broken in last update
PR: ports/169931
Reported by: Arnaud Houdelette
Modified:
head/www/lighttpd/Makefile
Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile Wed Jul 18 18:29:39 2012 (r301113)
+++ head/www/lighttpd/Makefile Wed Jul 18 18:32:10 2012 (r301114)
@@ -7,7 +7,7 @@
PORTNAME?= lighttpd
PORTVERSION= 1.4.31
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= www
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
@@ -120,7 +120,7 @@ LIB_DEPENDS+= gdbm:${PORTSDIR}/database
CONFIGURE_ARGS+= --with-gdbm
.endif
-.if ${PORT_OPTIONS:MIPV6}
+.if empty(PORT_OPTIONS:MIPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
More information about the svn-ports-head
mailing list