From c61262ea1cf7688c41929400d0cd9c7c20e69b93 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 24 Sep 2022 08:24:42 +0200 Subject: games/freedroidrpg: restrict support to lua <= 5.3 Used function calls to lua_resume are not 5.4 ready. PR: 220281 --- games/freedroidrpg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 00c2db1793ba..37d0fd2b61d6 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes -USES= cpe jpeg gmake localbase lua:52+ python sdl xorg +USES= cpe jpeg gmake localbase lua:-53 python sdl xorg CPE_VENDOR= freedroid USE_XORG= x11 USE_SDL= sdl image gfx -- cgit v1.2.3