diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2010-02-23 13:03:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2010-02-23 13:03:36 +0000 |
commit | 6562dabbb1d5da8f08add826e29aae4ea2054cb9 (patch) | |
tree | 266f07763444e2e927a33a34da5df8197f732cd9 | |
parent | 2e3b56a6191e28c0bd032a367016ac1280f6c335 (diff) | |
download | ports-6562dabbb1d5da8f08add826e29aae4ea2054cb9.tar.gz ports-6562dabbb1d5da8f08add826e29aae4ea2054cb9.zip |
Notes
-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 5b52c18b9c91..d778a1042ae8 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR= flz/rtorrent/ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ -BUILD_DEPENDS?= libtorrent=0.12.6:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS?= libtorrent=0.12.6:${PORTSDIR}/net-p2p/libtorrent +BUILD_DEPENDS?= libtorrent=0.12.6_1:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS?= libtorrent=0.12.6_1:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS?= curl.5:${PORTSDIR}/ftp/curl CONFLICTS?= rtorrent-devel-[0-9]* |