diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-31 12:31:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-31 12:31:48 +0000 |
commit | 30c71fef2c06e3c18073d8d0d1e00bc0e740cd04 (patch) | |
tree | ef4c2c8a7823291bb64521f6b79b6845a1a9715a /net-p2p/qbittorrent | |
parent | 0fd127090109e0066c5d6e6077922e806a5ec810 (diff) | |
download | ports-30c71fef2c06e3c18073d8d0d1e00bc0e740cd04.tar.gz ports-30c71fef2c06e3c18073d8d0d1e00bc0e740cd04.zip |
Notes
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 7a8fb11647c1..f79a7047842b 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.0.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -10,7 +10,7 @@ MAINTAINER= nemysis@gmx.ch COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 + torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 HAS_CONFIGURE= yes USE_QT4= corelib network qmake_build moc_build rcc_build |