git: 058d5ac7166e - main - games/minetest: switch to USES=luajit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Nov 2022 12:09:27 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=058d5ac7166ea1adb9b5b1a13dd4e5497b1848b2
commit 058d5ac7166ea1adb9b5b1a13dd4e5497b1848b2
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-02 15:41:19 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-03 12:09:17 +0000
games/minetest: switch to USES=luajit
---
games/minetest/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/minetest/Makefile b/games/minetest/Makefile
index 82885e07ff0e..57773bbaac54 100644
--- a/games/minetest/Makefile
+++ b/games/minetest/Makefile
@@ -61,7 +61,7 @@ NCURSES_USES= ncurses
LUAJIT_DESC= LuaJIT support
LUAJIT_CMAKE_BOOL= ENABLE_LUAJIT REQUIRE_LUAJIT
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
+LUAJIT_USES= luajit:luajit-openresty
PGSQL_USES= pgsql
PGSQL_CMAKE_BOOL= ENABLE_POSTGRESQL