diff options
Diffstat (limited to 'net-im/mtxclient/Makefile')
-rw-r--r-- | net-im/mtxclient/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index ce2a06ef9ff0..d1e2b6663ecf 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -1,7 +1,7 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v -DISTVERSION= 0.9.2 -PORTREVISION= 4 +DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json LIB_DEPENDS= \ + libabsl_strings.so:devel/abseil \ libcoeurl.so:ftp/coeurl \ + libfmt.so:devel/libfmt \ libolm.so:security/olm \ - libsodium.so:security/libsodium \ libre2.so:devel/re2 \ libspdlog.so:devel/spdlog |