games/minetest: enable luajit on powerpc64

This port builds when using luajit-openresty.
This commit is contained in:
Piotr Kubaj 2020-09-23 12:07:52 +00:00
parent c8a2f4d76a
commit 5b7a14fcb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549711

View File

@ -3,6 +3,7 @@
PORTNAME= minetest
PORTVERSION= 5.3.0
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@ -39,7 +40,6 @@ OPTIONS_GROUP_DATABASE= PGSQL LEVELDB REDIS SPATIAL
OPTIONS_DEFAULT= CLIENT SERVER \
CURL SOUND FREETYPE NCURSES LUAJIT
OPTIONS_EXCLUDE_powerpc64= LUAJIT
OPTIONS_SUB= yes
CLIENT_DESC= Build client
@ -85,6 +85,10 @@ NLS_LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
.endif
.if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND}
USES+= openal
LIB_DEPENDS+= libvorbis.so:audio/libvorbis \