aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-12-02 21:09:34 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-12-02 21:09:34 +0000
commit136c812980e4846c7df5c402f7b8d51b7cc8da39 (patch)
tree30b19539cbcc7a604834a817e1b7cb66f218d53a /editors/neovim
parent63498201fcc0c869176108f8890f7f37c989aa99 (diff)
downloadports-136c812980e4846c7df5c402f7b8d51b7cc8da39.tar.gz
ports-136c812980e4846c7df5c402f7b8d51b7cc8da39.zip
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/Makefile2
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