diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 22:55:29 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 22:56:32 +0000 |
commit | b2f565fe3a504de6edff7e36a8e092b81770f735 (patch) | |
tree | 7dc4bdda9211fd959b917aeade91d96da36c7450 | |
parent | 72499a925a7b1dc6beef4769317c6ecafc9e8a89 (diff) |
filesystems/kio-fuse: switch to KF6/Qt6
-rw-r--r-- | filesystems/kio-fuse/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/kio-fuse/Makefile b/filesystems/kio-fuse/Makefile index 21368d99edb4..c119dc6bd533 100644 --- a/filesystems/kio-fuse/Makefile +++ b/filesystems/kio-fuse/Makefile @@ -1,5 +1,6 @@ PORTNAME= kio-fuse DISTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= filesystems sysutils kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -10,11 +11,10 @@ WWW= https://invent.kde.org/system/kio-fuse LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz -USE_KDE= config coreaddons kio service \ +USES= cmake compiler:c++11-lang fuse:3 kde:6 pkgconfig qt:6 tar:xz +USE_KDE= coreaddons kio \ ecm:build -USE_QT= concurrent core dbus network \ - buildtools:build qmake:build +USE_QT= base PLIST_FILES= lib/libexec/kio-fuse \ share/dbus-1/services/org.kde.KIOFuse.service |