diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
commit | 65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (patch) | |
tree | 8ca265fd86a85ec42e228ea09e9ba5fcee43954d /games/cheech | |
parent | ce4f36d22243aa164a0727e26899359c255b841f (diff) |
Notes
Diffstat (limited to 'games/cheech')
-rw-r--r-- | games/cheech/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index 2465face3726..506db1996711 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -13,10 +13,10 @@ COMMENT= Multiplayer Chinese Checkers game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz |