games/instead: fix build on powerpc64* with LUAJIT

lang/luajit doesn't work on powerpc64*.
This commit is contained in:
Piotr Kubaj 2023-01-04 22:46:07 +01:00
parent 44378cfde0
commit fbf53dfd85

View File

@ -43,4 +43,10 @@ LUAJIT_CMAKE_BOOL= WITH_LUAJIT
HARFBUZZ_CMAKE_BOOL= WITH_HARFBUZZ
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
.endif
.include <bsd.port.mk>