diff options
Diffstat (limited to 'www/deno/Makefile')
-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 |