games/freeminer: enable luajit on powerpc64

Builds fine when using luajit-openresty.
This commit is contained in:
Piotr Kubaj 2020-09-23 11:57:23 +00:00
parent f85a680a67
commit 05d5b1f2af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549684

View File

@ -3,7 +3,7 @@
PORTNAME= freeminer
PORTVERSION= 0.4.10.4
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
@ -31,7 +31,6 @@ PORTDOCS= *
OPTIONS_DEFINE= CLIENT SERVER CURL SOUND FREETYPE LEVELDB LUAJIT NLS DOCS EXAMPLES
OPTIONS_DEFAULT=CLIENT SERVER CURL SOUND FREETYPE LEVELDB LUAJIT
OPTIONS_EXCLUDE_powerpc64= LUAJIT
OPTIONS_SUB= yes
CLIENT_DESC= Build client
@ -69,6 +68,10 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
.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