From e394fa51777a2afe4532a9d75443598cc43ddd8f Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 21 Jun 2018 16:23:15 +0000 Subject: net-p2p/qbittorrent: Limit USE_QT5=svg to @default flavor It is only needed for the UI. PR: 229210 Submitted by: Ralf van der Enden --- net-p2p/qbittorrent/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-p2p/qbittorrent') diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 0da5ced81665..782c16dcca5c 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,14 +26,14 @@ nox_PLIST= ${NONEXISTENT} USES= compiler:c++11-lib pkgconfig tar:xz GNU_CONFIGURE= yes -USE_QT5= core network svg xml buildtools_build linguisttools_build qmake_build +USE_QT5= core network xml buildtools_build linguisttools_build qmake_build CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" QT_NONSTANDARD= yes DESTDIRNAME= INSTALL_ROOT .if ${FLAVOR} == default USES+= desktop-file-utils -USE_QT5+= concurrent gui widgets +USE_QT5+= concurrent gui svg widgets USE_GL= gl .endif -- cgit v1.2.3