git: 0f5303d02bdd - main - x11/plasma6-plasma-workspace: add missing runtime dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 May 2025 21:31:02 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f5303d02bddb604879dbf2668256ee599f92171
commit 0f5303d02bddb604879dbf2668256ee599f92171
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-05-12 21:25:18 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-05-12 21:27:23 +0000
x11/plasma6-plasma-workspace: add missing runtime dependencies
xmessage is used at startup,
xrdb is required to apply theme changes.
PR: 286696
Reported by: bsduck@mailo.com
---
x11/plasma6-plasma-workspace/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/x11/plasma6-plasma-workspace/Makefile b/x11/plasma6-plasma-workspace/Makefile
index 6ed0ba87aef0..5ca41c256104 100644
--- a/x11/plasma6-plasma-workspace/Makefile
+++ b/x11/plasma6-plasma-workspace/Makefile
@@ -1,5 +1,6 @@
PORTNAME= plasma-workspace
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
COMMENT= KDE Plasma Workspace
@@ -22,6 +23,8 @@ RUN_DEPENDS= kio-extras>=24.12.3:devel/kio-extras \
kio-fuse>=5.1.0_1:filesystems/kio-fuse \
mkfontscale:x11-fonts/mkfontscale \
oxygen-icons>=0:x11-themes/oxygen-icons \
+ xmessage:x11/xmessage \
+ xrdb:x11/xrdb \
xset:x11/xset
USES= cmake desktop-file-utils gettext gl kde:6 pkgconfig python \