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:
parent
f7b1e63b41
commit
ebd45fe219
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= tsito
|
PORTNAME= tsito
|
||||||
PORTVERSION= 0.8.4
|
PORTVERSION= 0.8.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
LIBS+= -lcompat
|
LIBS+= -lcompat -lutil
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user