git: 9fff9ee2489b - main - www/garage: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 23:52:34 UTC
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