aboutsummaryrefslogtreecommitdiffstats
path: root/www/dillo
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-03-31 09:11:04 +0800
committerobrien <obrien@FreeBSD.org>2009-03-31 09:11:04 +0800
commit556e035ab7eb55e7c0b11d994ff283dbd587bfe0 (patch)
tree491026f7017ddce9b203d29e000bdeb4df92ea37 /www/dillo
parent012132f7623fa29c10affb06614bd97aa0f11622 (diff)
downloadfreebsd-ports-gnome-556e035ab7eb55e7c0b11d994ff283dbd587bfe0.tar.gz
freebsd-ports-gnome-556e035ab7eb55e7c0b11d994ff283dbd587bfe0.tar.zst
freebsd-ports-gnome-556e035ab7eb55e7c0b11d994ff283dbd587bfe0.zip
Use a bigger hammer to really get WITHOUT_IPV6.
Approved by: maintainer(Thomas-Martin Seck <tmseck@netcologne.de>)
Diffstat (limited to 'www/dillo')
-rw-r--r--www/dillo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile
index 34dca0595162..3a4c77a36512 100644
--- a/www/dillo/Makefile
+++ b/www/dillo/Makefile
@@ -34,6 +34,8 @@ CONFIGURE_ARGS= --enable-cookies --enable-threaded-dns \
--libdir=${PREFIX}/libexec
.if !defined(WITHOUT_DILLO_IPV6) && !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
.endif
.if defined(WITH_DILLO_SSL)