diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 05:36:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 05:36:24 +0000 |
commit | 23748a98d3fbb17d86f189ca3547328841706777 (patch) | |
tree | 737eccf56d903eb22952bf5805bac0c0ba1cdc50 /games | |
parent | d52e39edce69b293e00d1b1a304c71fdc1be199d (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/instead/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index a6c671941df3..dc2b469cbdf8 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -14,6 +14,8 @@ COMMENT= Simple Text Adventure, The Interpreter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= close_code.h included without matching begin_code.h + USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig sdl CMAKE_ARGS= -DMANDIR=man |