diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-26 20:40:09 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-28 12:42:06 +0000 |
commit | ebd45fe2193650b4944b5e0c6e153c56352d7a8b (patch) | |
tree | 1ca0c93dde2b12decb5f14907ce1055402f6f5ec /games/tsito/Makefile | |
parent | f7b1e63b41d0c8b645c23e0d93c8ad644cbbba4b (diff) |
Diffstat (limited to 'games/tsito/Makefile')
-rw-r--r-- | games/tsito/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tsito/Makefile b/games/tsito/Makefile index 54c646ce7a0f..54a4967e1e85 100644 --- a/games/tsito/Makefile +++ b/games/tsito/Makefile @@ -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> |