aboutsummaryrefslogtreecommitdiff
path: root/games/minetest
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-11 11:00:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-11 11:00:37 +0000
commitd088ce01221fee9a6b18348802fc0d6625082ce2 (patch)
tree665975a304dd0ac8e47997fff821e1e386c598f8 /games/minetest
parent2915f229eb72bbad88e13a00058e9788c68b6f0c (diff)
downloadports-d088ce01221fee9a6b18348802fc0d6625082ce2.tar.gz
ports-d088ce01221fee9a6b18348802fc0d6625082ce2.zip
Switch to luajit-openresty on all architectures, this fixes spurious crashes
Notes
Notes: svn path=/head/; revision=568074
Diffstat (limited to 'games/minetest')
-rw-r--r--games/minetest/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/minetest/Makefile b/games/minetest/Makefile
index ca15b0bd83e3..3fd65df5e981 100644
--- a/games/minetest/Makefile
+++ b/games/minetest/Makefile
@@ -3,6 +3,7 @@
PORTNAME= minetest
PORTVERSION= 5.4.0
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@@ -66,7 +67,7 @@ NCURSES_USES= ncurses
LUAJIT_DESC= LuaJIT support
LUAJIT_CMAKE_BOOL= ENABLE_LUAJIT REQUIRE_LUAJIT
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
+LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
PGSQL_USES= pgsql
PGSQL_CMAKE_BOOL= ENABLE_POSTGRESQL
@@ -86,10 +87,6 @@ NLS_LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc64*}
-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 \