aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-18 15:13:06 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-18 15:19:09 +0000
commitf54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00 (patch)
tree1cf07c6160061350312e01f1f51fc0c787f4ff17
parent6e927dd335d91fe05b2b682356375702d03f56e5 (diff)
downloadports-f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00.tar.gz
ports-f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00.zip
net-im/kaidan: add missing dependency on kio
PR: 273695
-rw-r--r--net-im/kaidan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index 4dac4b75ba26..73f485dce913 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libQXmppQt5.so:net-im/qxmpp@qt5 \
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \
qt:5 tar:xz
-USE_KDE= kirigami2 notifications qqc2-desktop-style \
+USE_KDE= kio kirigami2 notifications qqc2-desktop-style \
ecm:build
USE_QT= core dbus declarative gui location multimedia network \
quickcontrols2 sql svg widgets xml \