diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-22 23:20:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-22 23:20:47 +0800 |
commit | 0d173cacafe2964b03ac738fd9d412bfe26bf261 (patch) | |
tree | de9bfe81f7acf9390ab2fcb99541c1e6554ee4da /net-p2p/rtorrent | |
parent | eaad3509235fa1d812d24ad1fdbb8f12590da858 (diff) | |
download | freebsd-ports-gnome-0d173cacafe2964b03ac738fd9d412bfe26bf261.tar.gz freebsd-ports-gnome-0d173cacafe2964b03ac738fd9d412bfe26bf261.tar.zst freebsd-ports-gnome-0d173cacafe2964b03ac738fd9d412bfe26bf261.zip |
Chase libtorrent bump
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 28d466ec5c35..85c2722c31d4 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ -BUILD_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent +BUILD_DEPENDS= libtorrent=0.13.4_2:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS= libtorrent=0.13.4_2:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes |