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 +