aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-01-10 08:13:02 +0800
committerflz <flz@FreeBSD.org>2007-01-10 08:13:02 +0800
commitcaae21d7ff6ee1cf9f75430f4fe923fae4512741 (patch)
treee526bf787ddbf404bdab232f9dca2dd6c5094244 /net-p2p/rtorrent
parentd546913e616a0f5979ce68674ee678a7e5a7380b (diff)
downloadfreebsd-ports-gnome-caae21d7ff6ee1cf9f75430f4fe923fae4512741.tar.gz
freebsd-ports-gnome-caae21d7ff6ee1cf9f75430f4fe923fae4512741.tar.zst
freebsd-ports-gnome-caae21d7ff6ee1cf9f75430f4fe923fae4512741.zip
Depend on libtorrent, not libtorrent-devel. [1]
Whitespace fixes. Reported by: itetcu
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 5870ae660f48..7e94911634fb 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -7,18 +7,18 @@
PORTNAME?= rtorrent
PORTVERSION?= 0.7.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER?= flz@FreeBSD.org
COMMENT?= BitTorrent Client written in C++
-LIB_DEPENDS?= # empty
+LIB_DEPENDS?= # empty
# Libtorrent 0.11.{0,1} are both libtorrent.10, explicitely depend on 0.11.1+.
-BUILD_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
-RUN_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
+BUILD_DEPENDS?= libtorrent>=0.11.1:${PORTSDIR}/net-p2p/libtorrent
+RUN_DEPENDS?= libtorrent>=0.11.1:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
CONFLICTS?= rtorrent-devel-[0-9]*