git: c61262ea1cf7 - main - games/freedroidrpg: restrict support to lua <= 5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 06:35:00 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=c61262ea1cf7688c41929400d0cd9c7c20e69b93 commit c61262ea1cf7688c41929400d0cd9c7c20e69b93 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-24 06:24:42 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-24 06:25:01 +0000 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(-) 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