diff options
Diffstat (limited to 'net-p2p/rtorrent-devel/Makefile')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 283fdb2f7de5..8831280d7531 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -6,16 +6,16 @@ # PORTNAME= rtorrent-devel -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -# 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 +# 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 LIB_DEPENDS= # empty MASTERDIR= ${.CURDIR}/../rtorrent |