recursive variable 2
This commit is contained in:
parent
05c0067acf
commit
30fe6d73ca
1 changed files with 9 additions and 2 deletions
|
@ -12,5 +12,12 @@ CONFLICTS= neovim-* \
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
||||||
LDEP=${LIB_DEPENDS}
|
LIB_DEPENDS= libluajit-5.1.so:lang/luajit
|
||||||
LIB_DEPENDS=${LDEP:S/-openresty//1}
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue