diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2026-03-05 12:15:04 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2026-03-05 12:15:04 +0000 |
| commit | 5fa67fae1bfa7008608cfe4f5482cda36974d0d1 (patch) | |
| tree | 4faa1e4d5f84676fc74243ffb8322a1c912fb2df | |
| parent | 67a9ea672d844997d90650b58839e9268c56c772 (diff) | |
x11/plasma6-plasma: Install Wayland integration plugin for Qt 5 apps
| -rw-r--r-- | x11/plasma6-plasma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/plasma6-plasma/Makefile b/x11/plasma6-plasma/Makefile index f44eaeff6daa..6d592191920d 100644 --- a/x11/plasma6-plasma/Makefile +++ b/x11/plasma6-plasma/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= plasma6- @@ -18,7 +19,8 @@ GTK_USE= KDE=breeze-gtk:run,kde-gtk-config:run PULSEAUDIO_DESC= Plasma applet for audio volume management PULSEAUDIO_USE= KDE=plasma-pa:run QT5_DESC= Plasma 6 integration plugins for Qt5 applications -QT5_RUN_DEPENDS= plasma6-plasma-integration-qt5>0:x11/plasma6-plasma-integration@qt5 \ +QT5_RUN_DEPENDS= plasma6-kwayland-integration-qt5>0:x11/plasma6-kwayland-integration \ + plasma6-plasma-integration-qt5>0:x11/plasma6-plasma-integration@qt5 \ plasma6-breeze-qt5>0:x11-themes/plasma6-breeze@qt5 .include <bsd.port.mk> |
