mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
ee5370270f
commit
8999f606ef
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ BUILD_DEPENDS= gperf:devel/gperf \
|
|||
${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
|
||||
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
|
||||
LIB_DEPENDS= libluv.so:devel/luv \
|
||||
libmsgpackc.so:devel/msgpack-c \
|
||||
libmsgpack-c.so:devel/msgpack-c \
|
||||
libtermkey.so:devel/libtermkey \
|
||||
libtree-sitter.so:devel/tree-sitter \
|
||||
libunibilium.so:devel/unibilium \
|
||||
|
|
Loading…
Add table
Reference in a new issue