diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-07 15:17:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-07 15:17:34 +0800 |
commit | 1451bdffe0e6e4ff1a02c8fdd25f8f4549c3861d (patch) | |
tree | 35e6ca9f234bc5686218e82e528268d69dec02bc /net-p2p | |
parent | 2b9adfea2356bf0505a8ffd54744b53967404195 (diff) | |
download | freebsd-ports-gnome-1451bdffe0e6e4ff1a02c8fdd25f8f4549c3861d.tar.gz freebsd-ports-gnome-1451bdffe0e6e4ff1a02c8fdd25f8f4549c3861d.tar.zst freebsd-ports-gnome-1451bdffe0e6e4ff1a02c8fdd25f8f4549c3861d.zip |
Use shared IPv6 description, no need for a custom one
Reported by: sunpoet
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 1 |
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> |