git: 728549dd3a76 - main - irc/weechat: Add zstd dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Apr 2022 08:58:45 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=728549dd3a761cff6623aac7a562d01eb742c0d7 commit 728549dd3a761cff6623aac7a562d01eb742c0d7 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-04-05 08:57:17 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-04-05 08:57:17 +0000 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> --- irc/weechat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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