diff options
author | rm <rm@FreeBSD.org> | 2013-02-01 14:59:21 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-02-01 14:59:21 +0800 |
commit | 2f1f81f294cbd740d3c40e05840e227ed265252c (patch) | |
tree | f39fcaf677051c443cfa6d77a5993b8a166406ea /net-p2p/qbittorrent/Makefile | |
parent | ddd380d8c1a322ce1d2a313f057ba070d202c86c (diff) | |
download | freebsd-ports-gnome-2f1f81f294cbd740d3c40e05840e227ed265252c.tar.gz freebsd-ports-gnome-2f1f81f294cbd740d3c40e05840e227ed265252c.tar.zst freebsd-ports-gnome-2f1f81f294cbd740d3c40e05840e227ed265252c.zip |
- update to 3.0.8
PR: 175433
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'net-p2p/qbittorrent/Makefile')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index f79a7047842b..0bd8bcec8b48 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.6 -PORTREVISION?= 1 +PORTVERSION= 3.0.8 +PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -13,6 +13,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 HAS_CONFIGURE= yes +USE_PKGCONFIG= build USE_QT4= corelib network qmake_build moc_build rcc_build QT_NONSTANDARD= yes |