diff options
Diffstat (limited to 'net-im/mtxclient/Makefile')
-rw-r--r-- | net-im/mtxclient/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index 1b09030c42c7..d1e2b6663ecf 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -1,6 +1,7 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v -DISTVERSION= 0.10.0 +DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -12,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 |