diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-25 14:11:06 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-25 14:11:21 +0300 |
commit | b2025b681d3587218937e99e5b5fd7d3c90a98b2 (patch) | |
tree | 1c90f24df45318c018ac619a80b56ed0a825d40a | |
parent | lang/dotnet{,-host}: Update to 9.0.6 (diff) |
x11-themes/kf6-qqc2-desktop-style: add missing runtime deps
to fix applications depending on kf6-qqc2-desktop-style.
PR: 287781
Reported by: p5B2EA84B3@t-online.de
Credit to: jhale@
-rw-r--r-- | x11-themes/kf6-qqc2-desktop-style/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/kf6-qqc2-desktop-style/Makefile b/x11-themes/kf6-qqc2-desktop-style/Makefile index 4af9e2432c68..36c24ad799f4 100644 --- a/x11-themes/kf6-qqc2-desktop-style/Makefile +++ b/x11-themes/kf6-qqc2-desktop-style/Makefile @@ -1,5 +1,6 @@ PORTNAME= qqc2-desktop-style DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-frameworks COMMENT= Style for Qt Quick Controls 2 @@ -8,7 +9,8 @@ MAINTAINER= kde@FreeBSD.org USES= cmake gl kde:6 qt:6 tar:xz USE_GL= gl opengl USE_KDE= colorscheme config iconthemes kirigami2 \ - ecm:build + ecm:build \ + sonnet:run USE_QT= base declarative .include <bsd.port.mk> |