diff options
author | flz <flz@FreeBSD.org> | 2010-02-23 21:03:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2010-02-23 21:03:36 +0800 |
commit | d09b21ac387d5432ae38438408d2c16b414929a7 (patch) | |
tree | 11b5ee739a49ef89d5f07cdbeedbca4693e0daeb /net-p2p | |
parent | 61dca937d797be7a6969dedf6845d625f5802f4b (diff) | |
download | freebsd-ports-gnome-d09b21ac387d5432ae38438408d2c16b414929a7.tar.gz freebsd-ports-gnome-d09b21ac387d5432ae38438408d2c16b414929a7.tar.zst freebsd-ports-gnome-d09b21ac387d5432ae38438408d2c16b414929a7.zip |
Fix dependency after libtorrent update.
Feature safe: yes
Diffstat (limited to 'net-p2p')
-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]* |