git: 472789f5d551 - 2023Q4 - www/deno: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 12:56:04 UTC
The branch 2023Q4 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=472789f5d551e6a8cb5f36f1d38dd1cc5d95d1b0 commit 472789f5d551e6a8cb5f36f1d38dd1cc5d95d1b0 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-10-04 12:51:00 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-10-04 12:56:00 +0000 www/deno: Add missing dependency Reported by: olgeni (cherry picked from commit b65a03525047a0bbe688f84f444fa350b8a573f9) --- www/deno/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/deno/Makefile b/www/deno/Makefile index dd39a12641bc..9b9bf8253437 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' BUILD_DEPENDS= gn:devel/gn \ - libunwind>0:devel/libunwind + libunwind>0:devel/libunwind \ + protoc:devel/protobuf LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo compiler:c++20-lang cpe gmake gnome ninja:build pkgconfig:build python:3.9+,build