diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-24 23:30:13 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-24 23:30:13 +0800 |
commit | 0a385a94d666b273de94dc3c788c57e0ef6bc30c (patch) | |
tree | da87a4047da0902f1d20945db5e9247e43c9ea31 /net-im | |
parent | 1e6bc5d824109e1a78b1c6941e1894c1bcce5cc5 (diff) | |
download | freebsd-ports-gnome-0a385a94d666b273de94dc3c788c57e0ef6bc30c.tar.gz freebsd-ports-gnome-0a385a94d666b273de94dc3c788c57e0ef6bc30c.tar.zst freebsd-ports-gnome-0a385a94d666b273de94dc3c788c57e0ef6bc30c.zip |
net-im/ktp-accounts-kcm: add dependency on accounts-qml
There's a not quite well specified dependency on some of the QML files provided
by accounts-qml inside the ktp stack. This seems to be a good point to add them.
Reported by: Daniel Shafer <daniel@shafer.cc>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-accounts-kcm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile index d3a949c0f432..3367e34b7162 100644 --- a/net-im/ktp-accounts-kcm/Makefile +++ b/net-im/ktp-accounts-kcm/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libKF5AkonadiPrivate.so:databases/akonadi \ libsignon-qt5.so:sysutils/signon-qt5 RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ - ${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers + ${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers \ + accounts-qml-module>=0:sysutils/accounts-qml-module USES= compiler:c++11-lang cmake gettext gnome kde:5 \ pkgconfig qt:5 tar:xz |