aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf van der Enden <tremere@cainites.net>2023-09-04 17:17:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-09-04 17:18:31 +0000
commit86744395617a80fdbb85271db36fc4c5a7dae25d (patch)
treebf599dcb239a3caf78c16a46b9e262126305f8e0
parent26c2f4ae2d08ac54254aaebe90b1467439e831ff (diff)
downloadports-86744395617a80fdbb85271db36fc4c5a7dae25d.tar.gz
ports-86744395617a80fdbb85271db36fc4c5a7dae25d.zip
net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor
-rw-r--r--net-p2p/qbittorrent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index fdcc0fe28a4b..e53a70664647 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qbittorrent
DISTVERSION= 4.5.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -26,7 +26,7 @@ nox_PKGNAMESUFFIX= -nox
nox_PLIST= ${MASTERDIR}/pkg-plist-nox
USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz
-USE_QT= base svg translations
+USE_QT= base translations
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278
USE_GITHUB= nodefault
@@ -37,6 +37,7 @@ CMAKE_ON= QT6
.if ${FLAVOR} == default
USES+= desktop-file-utils gl
+USE_QT+= svg
USE_GL= gl
CMAKE_OFF= WEBUI
.endif