editors/neovim: Fix spelling of libmsgpack-c.so

The only name is a symlink so it worked anyway, but it confused the
QA scripts.
This commit is contained in:
Adam Weinberger 2023-10-25 15:38:02 -04:00
parent ee5370270f
commit 8999f606ef

View file

@ -13,7 +13,7 @@ BUILD_DEPENDS= gperf:devel/gperf \
${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \ ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR} ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
LIB_DEPENDS= libluv.so:devel/luv \ LIB_DEPENDS= libluv.so:devel/luv \
libmsgpackc.so:devel/msgpack-c \ libmsgpack-c.so:devel/msgpack-c \
libtermkey.so:devel/libtermkey \ libtermkey.so:devel/libtermkey \
libtree-sitter.so:devel/tree-sitter \ libtree-sitter.so:devel/tree-sitter \
libunibilium.so:devel/unibilium \ libunibilium.so:devel/unibilium \