mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
games/lbreakout: fix build on 15-CURRENT
Link with -lutil to get ftime(), which was moved there in 15-CURRENT. This is harmless on older FreeBSD versions. MFH: 2024Q4
This commit is contained in:
parent
f6bae7b22a
commit
86dc7e4525
@ -1,6 +1,6 @@
|
||||
PORTNAME= lbreakout
|
||||
PORTVERSION= 010315
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/lgames/${PORTNAME}
|
||||
|
||||
@ -16,7 +16,7 @@ DEPRECATED= Abandoned by upsteam, does not support large screen resolutions. Use
|
||||
USES= gmake sdl
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
LIBS+= -lcompat
|
||||
LIBS+= -lcompat -lutil
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${STAGEDIR}/var/games/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user