Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 23:52:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9fff9ee2489b - main - www/garage: Fix build
Message-ID:  <202308062352.376NqYMF075385@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9fff9ee2489b51000597dbb681625e6128b47c2f

commit 9fff9ee2489b51000597dbb681625e6128b47c2f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 22:55:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 23:52:27 +0000

    www/garage: Fix build
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 www/garage/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/garage/Makefile b/www/garage/Makefile
index 6821bfe1d692..a8ae7052f71b 100644
--- a/www/garage/Makefile
+++ b/www/garage/Makefile
@@ -13,7 +13,8 @@ LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	protoc:devel/protobuf
-LIB_DEPENDS=	libsodium.so:security/libsodium
+LIB_DEPENDS=	libsodium.so:security/libsodium \
+		libzstd.so:archivers/zstd
 
 USES=		cargo pkgconfig
 CARGO_ENV+=	SODIUM_USE_PKG_CONFIG=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062352.376NqYMF075385>