aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-04-05 08:57:17 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-04-05 09:11:14 +0000
commit2f1d107339794b7dccd907ee800888f847daced6 (patch)
tree5b081edfc9b3f84a9dbc767653b4d7b01b4d8523
parent1085d041ce12f7d51079eb8e77acdda88f088a94 (diff)
downloadports-2f1d107339794b7dccd907ee800888f847daced6.tar.gz
ports-2f1d107339794b7dccd907ee800888f847daced6.zip
irc/weechat: Add zstd dependency
* 3.5 requires zstd https://github.com/weechat/weechat/commit/498194f6 PR: 263055 Reported by: Herbert J. Skuhra <herbert gojira at> (cherry picked from commit 728549dd3a761cff6623aac7a562d01eb742c0d7)
-rw-r--r--irc/weechat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 5408413a469b..c1502fc9560d 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -2,6 +2,7 @@
PORTNAME= weechat
DISTVERSION= 3.5
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= https://weechat.org/files/src/
@@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS+= libcurl.so:ftp/curl \
libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls \
- libgpg-error.so:security/libgpg-error
+ libgpg-error.so:security/libgpg-error \
+ libzstd.so:archivers/zstd
USES= cmake cpe ncurses libtool pkgconfig tar:xz
USE_LDCONFIG= yes