diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-04-13 10:40:24 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-04-13 10:40:24 +0000 |
commit | 6f0ed32723777fce93aed2166ec4a5051671871e (patch) | |
tree | 96e86b90da70806cf2dfa94ca94e32ef2add2bed /net-p2p/rtorrent-devel/Makefile | |
parent | Update rtorrent to 0.7.4. (diff) |
Explicitly depend on libtorrent-devel>=0.11.3, since it's what
configure script is checking.
Diffstat (limited to '')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index e32d6ec7e108..661d6fc5febc 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -13,9 +13,8 @@ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -# Libtorrent 0.11.* are all libtorrent.10, explicitely depend on 0.11.2+. -BUILD_DEPENDS= libtorrent-devel>=0.11.2:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel>=0.11.2:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel>=0.11.3:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel>=0.11.3:${PORTSDIR}/net-p2p/libtorrent-devel LIB_DEPENDS= # empty MASTERDIR= ${.CURDIR}/../rtorrent |