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-im/quaternion | |
parent | 8f06b655c45874ef5d35589960fae5b593e1afdd (diff) |
Notes
Diffstat (limited to 'net-im/quaternion')
-rw-r--r-- | net-im/quaternion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index b5f8acd8f2ec..289295656c77 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -3,6 +3,7 @@ PORTNAME= Quaternion DISTVERSION= 0.0.9.4 DISTVERSIONSUFFIX= -beta1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -11,7 +12,7 @@ COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 LICENSE_FILES= ${WRKSRC}/COPYING -LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ +LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libsecret-1.so:security/libsecret BUILD_DEPENDS= libqmatrixclient>=0.5:net-im/libqmatrixclient |