aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/hangman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hangman/Makefile b/games/hangman/Makefile
index c9aa1939045..ecb037f9791 100644
--- a/games/hangman/Makefile
+++ b/games/hangman/Makefile
@@ -14,7 +14,8 @@ COMMENT= Challenge your spelling skills in the old western style
CONFLICTS= bsdgames-*
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
+USE_CSTD= gnu89
USE_SDL= sdl mixer image ttf
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"