1
0
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:
Robert Clausecker 2024-10-26 22:24:51 +02:00
parent f6bae7b22a
commit 86dc7e4525

View File

@ -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}