Generalize to powerpc64le.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-27 20:06:02 +00:00
parent f6a654e09d
commit 282fd9b954
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550334

View file

@ -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