diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-01-10 00:13:02 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-01-10 00:13:02 +0000 |
commit | 4f9c5825c0cd6329effe99feb0fcdba5814d906d (patch) | |
tree | f9f298fb986098a37a6e8101fac7f5264780a11c /net-p2p/rtorrent | |
parent | 66f90343a0acfea7819f7058c26c6d8a20a83237 (diff) |
Notes
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 8 |
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]* |