aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Camachat <eric@camachat.org>2024-05-21 18:38:37 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-05-21 19:06:00 +0000
commit91ee9ec8e0dbfa97b298e6498900938e71762837 (patch)
tree620fea32a068f771f79830a419bb3907f12a90ab
parent5ff878c22757a6d0bd176485f6c96be13e6bfc1b (diff)
downloadports-91ee9ec8e0dbfa97b298e6498900938e71762837.tar.gz
ports-91ee9ec8e0dbfa97b298e6498900938e71762837.zip
sysutils/bsdisks: Switch to Qt 6
PR: 279168
-rw-r--r--sysutils/bsdisks/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/bsdisks/Makefile b/sysutils/bsdisks/Makefile
index 5425be18ec15..b095f71b51a5 100644
--- a/sysutils/bsdisks/Makefile
+++ b/sysutils/bsdisks/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bsdisks
DISTVERSION= 0.35
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= arrowd@FreeBSD.org
@@ -8,11 +9,12 @@ WWW= https://foss.heptapod.net/bsdutils/bsdisks
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
+LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
-USES= cmake compiler:c++11-lang qt:5
+USES= cmake compiler:c++11-lang qt:6
-USE_QT= qmake:build buildtools:build core dbus
+USE_QT= base
+CMAKE_ARGS= -DQT_MAJOR_VERSION=6
USE_GITLAB= yes
GL_SITE= https://foss.heptapod.net