summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-07-10 16:34:18 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-07-10 16:34:18 +0000
commit57ebee93f3d320d66dd2d6735d49de3a9be9a649 (patch)
treea4b940ff25fd1f4adc5074eaa39d868b448af7d1 /net-p2p/rtorrent
parentUpdate net/ortp to 0.23.0 (diff)
- Remove uneeded dependency from libtorrent [1]
- Update dependency lines in rtorrent PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitter) Reported By: Andre <a.heider@gmail.com> [1] (as followup comment)
Notes
Notes: svn path=/head/; revision=361474
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 4bd941498b3c..cf4d35e705d0 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -2,14 +2,15 @@
PORTNAME= rtorrent
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= BitTorrent Client written in C++
-BUILD_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
-RUN_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
+BUILD_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
+RUN_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes