diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-06 07:48:29 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-06 07:48:53 +0000 |
commit | d27074d2c847c933017ed01adaec022a68363c2e (patch) | |
tree | c2cfed3b40fe0ee8d442f4bfaf20a57c2cd17772 | |
parent | 514cf60f34bf36880a9a7927c382637b1d4800f6 (diff) |
net-im/neochat: Add a necessary runtime dependency
-rw-r--r-- | net-im/neochat/Makefile | 9 |
1 files 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 |