git: 66cbfb2936e9 - main - editors/neovim: Sort _DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Feb 2025 20:17:00 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=66cbfb2936e93cb6574bcd6c7f51f508c7b3773a
commit 66cbfb2936e93cb6574bcd6c7f51f508c7b3773a
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2025-02-02 20:15:21 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2025-02-02 20:15:21 +0000
editors/neovim: Sort _DEPENDS
PR: 284461
Reported by: Anton Saietskii
---
editors/neovim/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index bbdcf983fa85..7606be034197 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -11,15 +11,15 @@ LICENSE= APACHE20
BUILD_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
-RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
- ${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
-TEST_DEPENDS= gmake:devel/gmake
LIB_DEPENDS= libluv.so:devel/luv \
libmsgpack-c.so:devel/msgpack-c \
libtree-sitter.so:devel/tree-sitter \
libunibilium.so:devel/unibilium \
libuv.so:devel/libuv \
libvterm.so:devel/libvterm
+RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
+ ${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
+TEST_DEPENDS= gmake:devel/gmake
USES= cmake cpe gettext iconv lua:51,build luajit \
pathfix pkgconfig