diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 09:41:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 09:41:56 +0000 |
commit | 38ff9a2b45ea7cdb206837c6b9ffb512c27f0393 (patch) | |
tree | 5058e96317600563143b2918ee196576d4acef0d /net-p2p | |
parent | 1354feb957bd7fa3c212a10bbd5181130f9ee6db (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index 38c44828996f..3fda1dbed811 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -26,7 +26,6 @@ OPTIONS_DEFINE= KQUEUE IPV6 OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_OPENSSL_BASE) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 9406705f72bc..32088a4010f2 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -27,7 +27,6 @@ OPTIONS_DEFINE= KQUEUE IPV6 OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_OPENSSL_BASE) |