diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-05-11 11:45:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-05-11 11:45:11 +0000 |
commit | 07261667d2e78f370a746316f7ec4fbf1bfeca54 (patch) | |
tree | 36df2a246c0ba717b6865869316e53a7a6696211 /net-p2p/rtorrent-devel/Makefile | |
parent | 937622830d86bba14454f1e42522a305ec57cae0 (diff) | |
download | ports-07261667d2e78f370a746316f7ec4fbf1bfeca54.tar.gz ports-07261667d2e78f370a746316f7ec4fbf1bfeca54.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 363ff706497a..b340d86878ab 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -6,15 +6,15 @@ # PORTNAME= rtorrent-devel -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 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.1:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.12.1:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.12.2:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.12.2:${PORTSDIR}/net-p2p/libtorrent-devel LIB_DEPENDS= # empty MASTERDIR= ${.CURDIR}/../rtorrent |