git: 136c812980e4 - main - editors/neovim: unbreak build with luajit when lua53+ set as default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 21:11:25 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=136c812980e4846c7df5c402f7b8d51b7cc8da39 commit 136c812980e4846c7df5c402f7b8d51b7cc8da39 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-12-02 21:09:34 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-12-02 21:09:34 +0000 editors/neovim: unbreak build with luajit when lua53+ set as default Approved by: adamw (maintainer) Sponsored by: Netzkommune GmbH --- editors/neovim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 1888e9cfa09f..0a0429fe5453 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -52,7 +52,7 @@ PYNVIM_DESC= Enable support for plugins written in python LUAJIT_CMAKE_OFF= -DPREFER_LUA:BOOL="ON" LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit -LUAJIT_USES= lua:build +LUAJIT_USES= lua:52,build LUAJIT_USES_OFF= lua:52 NLS_CMAKE_BOOL= ENABLE_LIBINTL NLS_USES= gettext