aboutsummaryrefslogtreecommitdiff
path: root/net/ipsumdump
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-17 02:18:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-17 02:18:00 +0000
commita58e53a23add15f2b8b6b00a0b676a212dda52da (patch)
tree209e486b64f0cca30d59707a272097a55f5ea13f /net/ipsumdump
parent3bdf701a5c55426eb679205359bb384d7019a1a2 (diff)
downloadports-a58e53a23add15f2b8b6b00a0b676a212dda52da.tar.gz
ports-a58e53a23add15f2b8b6b00a0b676a212dda52da.zip
Remove line left from conversion
Notes
Notes: svn path=/head/; revision=309054
Diffstat (limited to 'net/ipsumdump')
-rw-r--r--net/ipsumdump/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile
index 91567d322722..0f6a4e8f129d 100644
--- a/net/ipsumdump/Makefile
+++ b/net/ipsumdump/Makefile
@@ -24,7 +24,6 @@ OPTIONS_DEFINE= IPV6 DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6}
-.if defined(WITH_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
PLIST_SUB+= IPV6=""
.else