diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 18:46:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 18:46:13 +0000 |
commit | f7209ce4dae9b299651ffcdb0b4f072bcc27d759 (patch) | |
tree | 2a82d51adcc0df21b2010d04edc914264e9bf986 /net/kio-gdrive | |
parent | 8f06b655c45874ef5d35589960fae5b593e1afdd (diff) |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=495941
Diffstat (limited to 'net/kio-gdrive')
-rw-r--r-- | net/kio-gdrive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile index 5a7780ee1340..4f7e8022a2d0 100644 --- a/net/kio-gdrive/Makefile +++ b/net/kio-gdrive/Makefile @@ -2,7 +2,7 @@ PORTNAME= kio-gdrive DISTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -13,7 +13,7 @@ COMMENT= KDE IOSlave for accessing gdrive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ +LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers |