diff options
Diffstat (limited to 'games/wmtictactoe/Makefile')
-rw-r--r-- | games/wmtictactoe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/wmtictactoe/Makefile b/games/wmtictactoe/Makefile index b8c33a958515..30e41b988cc0 100644 --- a/games/wmtictactoe/Makefile +++ b/games/wmtictactoe/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes PLIST_FILES= bin/wmtictactoe +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^void .*main|int main|' ${WRKSRC}/wmtictactoe.c |