summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-07 07:17:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-07 07:17:34 +0000
commitb0b501eeeb3659fe8595505d06aa34abffa147ea (patch)
tree35e6ca9f234bc5686218e82e528268d69dec02bc /net-p2p
parentSet SBCL on by default as it used to be before conversion to optionsng (diff)
Use shared IPv6 description, no need for a custom one
Reported by: sunpoet
Notes
Notes: svn path=/head/; revision=305434
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 23c71350cace..7d5eb2a4eca9 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= KQUEUE IPV6
OPTIONS_DEFAULT= KQUEUE
KQUEUE_DESC= Use kqueue(2) support
-IPV6_DESC= Enable IPv6 support
.include <bsd.port.pre.mk>