diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-11-09 07:23:53 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-11-09 07:23:53 +0800 |
commit | b247973f1d54e0187565b693f2bc3824f09341bf (patch) | |
tree | 2871dcfe66b165ab7959595df70ede4cfb5bdbcb /net-p2p | |
parent | 27315ed53469604331066156c35ac99c50401530 (diff) | |
download | freebsd-ports-gnome-b247973f1d54e0187565b693f2bc3824f09341bf.tar.gz freebsd-ports-gnome-b247973f1d54e0187565b693f2bc3824f09341bf.tar.zst freebsd-ports-gnome-b247973f1d54e0187565b693f2bc3824f09341bf.zip |
net-p2p/libtorrent: Remove outdated BROKEN_SSL
Missed in r484484.
Reported by: tj <tj AT mrsk me>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 42d6686d8c6c..5562e61455c4 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -12,8 +12,6 @@ COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl-devel - USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug |