diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2023-11-18 10:23:02 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2023-11-18 11:39:26 +0000 |
commit | 14748a2349ba0d17a4c1353ff5df6a1af0c881f9 (patch) | |
tree | 7a7003b08fee7eb06b8a284fc2cd7aeee0018233 | |
parent | 7d2a7cfacb361d25dcfbff2262b30077ce87f828 (diff) |
www/deno: unbreak by adding LIB_DEPENDS on devel/oniguruma
-rw-r--r-- | www/deno/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |