mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
games/freedroidrpg: restrict support to lua <= 5.3
Used function calls to lua_resume are not 5.4 ready. PR: 220281
This commit is contained in:
parent
37be1981be
commit
c61262ea1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue