git: f54d5830ad3f - main - net-im/kaidan: add missing dependency on kio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Sep 2023 15:19:36 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00
commit f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-18 15:13:06 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:19:09 +0000
net-im/kaidan: add missing dependency on kio
PR: 273695
---
net-im/kaidan/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \