diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-17 10:18:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-17 10:18:00 +0800 |
commit | 7032fe1179ab553b521478b9022106d04a3087c6 (patch) | |
tree | 209e486b64f0cca30d59707a272097a55f5ea13f | |
parent | 421fdbd458a94c9af983273f7ee42d99120d59d9 (diff) | |
download | freebsd-ports-gnome-7032fe1179ab553b521478b9022106d04a3087c6.tar.gz freebsd-ports-gnome-7032fe1179ab553b521478b9022106d04a3087c6.tar.zst freebsd-ports-gnome-7032fe1179ab553b521478b9022106d04a3087c6.zip |
Remove line left from conversion
-rw-r--r-- | net/ipsumdump/Makefile | 1 |
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 |