games/freeminer: enable luajit on powerpc64
Builds fine when using luajit-openresty.
This commit is contained in:
parent
f85a680a67
commit
05d5b1f2af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549684
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user