git: 8b3dacee2b74 - main - net-im/kaidan: add missing runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 20:02:10 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3dacee2b74759652d8ba11c186cdf5551b1820
commit 8b3dacee2b74759652d8ba11c186cdf5551b1820
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-05-20 19:58:35 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-05-20 20:01:51 +0000
net-im/kaidan: add missing runtime dependency
PR: 295455
Reported by: Sarah Quartz the BSD gal
---
net-im/kaidan/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index a594328eac3b..dbc788483d14 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kaidan
DISTVERSION= 0.15.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im kde
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}
@@ -19,9 +19,10 @@ LIB_DEPENDS= libQXmppQt6.so:net-im/qxmpp \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= kquickimageeditor-qt6>0:graphics/kquickimageeditor
-USES= cmake compiler:c++23-lang desktop-file-utils gl kde:6 \
- pkgconfig qt:6 tar:xz xorg
+USES= cmake compiler:c++23-lang desktop-file-utils gl \
+ gstreamer kde:6 pkgconfig qt:6 tar:xz xorg
USE_GL= gl opengl # GLX
+USE_GSTREAMER= qt6
USE_KDE= completion config coreaddons crash jobwidgets kio \
kirigami-addons kirigami2 notifications prison \
qqc2-desktop-style service solid widgetsaddons \