Date: Thu, 2 Dec 2021 21:11:25 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 136c812980e4 - main - editors/neovim: unbreak build with luajit when lua53+ set as default Message-ID: <202112022111.1B2LBPlF066146@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112022111.1B2LBPlF066146>