games/tsito: fix build on 15-CURRENT

Link with -lutil to get ftime() which was moved there recently.
This is harmless on older FreeBSD.

MFH:		2024Q4
This commit is contained in:
Robert Clausecker 2024-10-26 22:40:09 +02:00
parent f7b1e63b41
commit ebd45fe219

View File

@ -1,6 +1,6 @@
PORTNAME= tsito
PORTVERSION= 0.8.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LIBS+= -lcompat
LIBS+= -lcompat -lutil
.include <bsd.port.mk>