diff options
author | mat <mat@FreeBSD.org> | 2016-11-30 02:46:21 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-30 02:46:21 +0800 |
commit | a9fb43731f13f4ddbe4e900c6673e591c40399db (patch) | |
tree | 81e5478fa11645e21ab75a8faa039b5e6d1918c5 /net-p2p/libtorrent | |
parent | 5f6167ba55ac06f0aca86e787e405f1b39aa5d1d (diff) | |
download | freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.gz freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.tar.zst freebsd-ports-gnome-a9fb43731f13f4ddbe4e900c6673e591c40399db.zip |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 8f08d2a75e70..d9e0fa036377 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -35,6 +35,10 @@ KQUEUE_CONFIGURE_WITH= kqueue .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + # Disable amd64 atomic ops on i386 when using gcc # undefined reference to __sync_add_and_fetch_8 # undefined reference to __sync_fetch_and_and_8 |