git: 8999f606ef9a - main - editors/neovim: Fix spelling of libmsgpack-c.so
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Oct 2023 19:38:47 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8999f606ef9a66c724ac4ad6980a108efda12c0c
commit 8999f606ef9a66c724ac4ad6980a108efda12c0c
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2023-10-25 19:38:02 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-10-25 19:38:02 +0000
editors/neovim: Fix spelling of libmsgpack-c.so
The only name is a symlink so it worked anyway, but it confused the
QA scripts.
---
editors/neovim/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index a4d6367f4c27..05a4df6dadd1 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -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 \