git: b65a03525047 - main - www/deno: Add missing dependency

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Wed, 04 Oct 2023 12:51:59 UTC
The branch main has been updated by mikael:

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

commit b65a03525047a0bbe688f84f444fa350b8a573f9
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:51:00 +0000

    www/deno: Add missing dependency
    
    Reported by:    olgeni
---
 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