aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-26 20:29:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-26 20:29:29 +0000
commit2a8c2d40fe54ba3f7dfbf01dd64fbdb76be49350 (patch)
tree055a83116c1b5ddbf120592f5debe25dab7e6e25 /editors/neovim
parent135227f0932757aa2062e564d6c9ff922d2dcc7a (diff)
downloadports-2a8c2d40fe54ba3f7dfbf01dd64fbdb76be49350.tar.gz
ports-2a8c2d40fe54ba3f7dfbf01dd64fbdb76be49350.zip
editors/neovim: enable LUAJIT on powerpc
While here, remove entry for riscv architecture. We only have riscv64 and riscv64sf.
Diffstat (limited to 'editors/neovim')
-rw-r--r--editors/neovim/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index c35ba42e31ea..5088f53b5deb 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -42,8 +42,6 @@ OPTIONS_DEFINE= LUAJIT NLS PYNVIM
OPTIONS_DEFAULT=LUAJIT
OPTIONS_EXCLUDE_aarch64=LUAJIT
OPTIONS_EXCLUDE_mips64= LUAJIT
-OPTIONS_EXCLUDE_powerpc=LUAJIT
-OPTIONS_EXCLUDE_riscv= LUAJIT
OPTIONS_EXCLUDE_riscv64=LUAJIT
OPTIONS_EXCLUDE_sparc64=LUAJIT
OPTIONS_SUB= yes