diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-12-03 00:09:34 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-12-03 00:09:34 +0300 |
commit | 136c812980e4846c7df5c402f7b8d51b7cc8da39 (patch) | |
tree | 30b19539cbcc7a604834a817e1b7cb66f218d53a /editors/neovim | |
parent | www/py-pywikibot: Update 6.6.1 -> 6.6.3 (diff) |
editors/neovim: unbreak build with luajit when lua53+ set as default
Approved by: adamw (maintainer)
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |