summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-01-10 00:13:02 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-01-10 00:13:02 +0000
commit4f9c5825c0cd6329effe99feb0fcdba5814d906d (patch)
treef9f298fb986098a37a6e8101fac7f5264780a11c /net-p2p
parentAdd some patches to upgrade scripts so that PostgreSQL database permissions (diff)
Depend on libtorrent, not libtorrent-devel. [1]
Whitespace fixes. Reported by: itetcu
Notes
Notes: svn path=/head/; revision=181935
Diffstat (limited to 'net-p2p')
-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]*