aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 20:06:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 20:06:02 +0000
commit282fd9b9547a00e07e63e43d7c1f23567416a2d3 (patch)
tree364f1e4d486bf2a0635bbe39cddb4dc39184fef8 /editors
parentf6a654e09dc58d643a5646564d5980ce0272e58f (diff)
downloadports-282fd9b9547a00e07e63e43d7c1f23567416a2d3.tar.gz
ports-282fd9b9547a00e07e63e43d7c1f23567416a2d3.zip
Generalize to powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550334
Diffstat (limited to 'editors')
-rw-r--r--editors/neovim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index deceb5ca2eec..b0a5aa2685c5 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -59,7 +59,7 @@ PYNVIM_USES= python:run
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
USES+= compiler:gcc-c++11-lib
.endif