diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-08-29 09:00:16 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-08-29 09:00:16 +0800 |
commit | e4799d784db37a5ad593c8afe9b9696545cd91f7 (patch) | |
tree | 86f6bee1d12d82da5d2b7fabe762014274f9a4a8 /net-p2p/qbittorrent-22 | |
parent | 1c40f29e186b2daffcbabf530b41b753d0bfe9d3 (diff) | |
download | freebsd-ports-gnome-e4799d784db37a5ad593c8afe9b9696545cd91f7.tar.gz freebsd-ports-gnome-e4799d784db37a5ad593c8afe9b9696545cd91f7.tar.zst freebsd-ports-gnome-e4799d784db37a5ad593c8afe9b9696545cd91f7.zip |
- Change dependency from "net-p2p/rblibtorrent-devel" to
"net-p2p/rblibtorrent" (they are currently the same actually).
- Bump PORTREVISION.
Diffstat (limited to 'net-p2p/qbittorrent-22')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index f85e5d191a13..10912696f4ae 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -7,6 +7,7 @@ PORTNAME= qbittorrent PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF @@ -14,7 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ - torrent.1:${PORTSDIR}/net-p2p/rblibtorrent-devel + torrent.1:${PORTSDIR}/net-p2p/rblibtorrent USE_PYTHON= 2.3+ USE_QT_VER= 4 |