Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 11:39:56 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14748a2349ba - main - www/deno: unbreak by adding LIB_DEPENDS on devel/oniguruma
Message-ID:  <202311181139.3AIBduRS031567@gitrepo.freebsd.org>

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

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

commit 14748a2349ba0d17a4c1353ff5df6a1af0c881f9
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2023-11-18 10:23:02 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2023-11-18 11:39:26 +0000

    www/deno: unbreak by adding LIB_DEPENDS on devel/oniguruma
---
 www/deno/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/deno/Makefile b/www/deno/Makefile
index b85422ec001d..de3e555f598c 100644
--- a/www/deno/Makefile
+++ b/www/deno/Makefile
@@ -15,7 +15,8 @@ BROKEN_i386=	cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_
 BUILD_DEPENDS=	gn:devel/gn \
 		libunwind>0:devel/libunwind \
 		protoc:devel/protobuf
-LIB_DEPENDS=	libzstd.so:archivers/zstd
+LIB_DEPENDS=	libzstd.so:archivers/zstd \
+		libonig.so:devel/oniguruma
 
 USES=		cargo compiler:c++20-lang cpe gmake gnome ninja:build pkgconfig:build python:3.9+,build
 



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