From 30fe6d73cac00a124e54ac7c9aa1624940a5a4f0 Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Tue, 13 Sep 2022 22:59:46 -0400 Subject: [PATCH] recursive variable 2 --- editors/neovim-luajit/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/editors/neovim-luajit/Makefile b/editors/neovim-luajit/Makefile index 9b93797..9556dea 100644 --- a/editors/neovim-luajit/Makefile +++ b/editors/neovim-luajit/Makefile @@ -12,5 +12,12 @@ CONFLICTS= neovim-* \ .include "${MASTERDIR}/Makefile" -LDEP=${LIB_DEPENDS} -LIB_DEPENDS=${LDEP:S/-openresty//1} +LIB_DEPENDS= libluajit-5.1.so:lang/luajit + libluv.so:devel/luv \ + libmsgpackc.so:devel/msgpack \ + libtermkey.so:devel/libtermkey \ + libtree-sitter.so:devel/tree-sitter \ + libunibilium.so:devel/unibilium \ + libuv.so:devel/libuv \ + libvterm.so:devel/libvterm +