git: d27074d2c847 - main - net-im/neochat: Add a necessary runtime dependency

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 06 Feb 2025 07:48:55 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d27074d2c847c933017ed01adaec022a68363c2e

commit d27074d2c847c933017ed01adaec022a68363c2e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-02-06 07:48:29 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-02-06 07:48:53 +0000

    net-im/neochat: Add a necessary runtime dependency
---
 net-im/neochat/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index 4a7107aec334..3a8773ee400f 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -9,15 +9,16 @@ WWW=		https://invent.kde.org/network/neochat
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-only.txt
 
+# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
+BUILD_DEPENDS=	libquotient>=0.9.0:net-im/libquotient \
+		kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6
 LIB_DEPENDS=	libQCoro6Core.so:devel/qcoro@qt6 \
 		libcmark.so:textproc/cmark \
 		libqt6keychain.so:security/qtkeychain@qt6 \
 		libdbus-1.so:devel/dbus \
 		libolm.so:security/olm
-BUILD_DEPENDS=	libquotient>=0.9.0:net-im/libquotient \
-		kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6
-# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
-RUN_DEPENDS=	kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6
+RUN_DEPENDS=	kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6 \
+		qt6-location>=0:devel/qt6-location
 
 USES=		cmake compiler:c++20-lang desktop-file-utils gettext kde:6 \
 		pkgconfig qt:6 tar:xz xorg