diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-04-21 12:45:04 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-04-21 12:45:04 +0000 |
commit | b44ca2e0c3b653d219345402f84e9988e7ea9380 (patch) | |
tree | e4958845dfc8c27d115ededcb8be6f7635c3cea3 /net-p2p/rtorrent-devel/Makefile | |
parent | 6bca59017d5e44d654c038abc321477ba0b55deb (diff) | |
download | ports-b44ca2e0c3b653d219345402f84e9988e7ea9380.tar.gz ports-b44ca2e0c3b653d219345402f84e9988e7ea9380.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent-devel/Makefile')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 02c3eba06a4e..4a0cd28bdb0c 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -6,15 +6,15 @@ # PORTNAME= rtorrent-devel -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -BUILD_DEPENDS= libtorrent-devel=0.12.0:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.12.0:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.12.1:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.12.1:${PORTSDIR}/net-p2p/libtorrent-devel LIB_DEPENDS= # empty MASTERDIR= ${.CURDIR}/../rtorrent |