diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-07 05:28:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-07 05:28:17 +0800 |
commit | 850bc9c3e8216dd6a57c4708b35d8767e71fe63d (patch) | |
tree | 636e67e15341db3db3c01e0b9beb4ac59978cc02 /net-p2p/libtorrent | |
parent | 1dae4740d1b18677127a971bb82f6e0d8f8547a1 (diff) | |
download | freebsd-ports-gnome-850bc9c3e8216dd6a57c4708b35d8767e71fe63d.tar.gz freebsd-ports-gnome-850bc9c3e8216dd6a57c4708b35d8767e71fe63d.tar.zst freebsd-ports-gnome-850bc9c3e8216dd6a57c4708b35d8767e71fe63d.zip |
Fix conversion
Diffstat (limited to 'net-p2p/libtorrent')
-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 652953d2c62c..23c71350cace 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-kqueue .endif .if ${PORT_OPTIONS:MIPV6} -.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif |