diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:48:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:48:51 +0800 |
commit | e5680919653e16dfac5e82fcf2eb2431a38d40b7 (patch) | |
tree | e3de44b300a80e8aeb7bbf6688bc548ca7d31862 /games | |
parent | 28d6261a97fff4d074afef58bc7caf0e1a86f54e (diff) | |
download | freebsd-ports-gnome-e5680919653e16dfac5e82fcf2eb2431a38d40b7.tar.gz freebsd-ports-gnome-e5680919653e16dfac5e82fcf2eb2431a38d40b7.tar.zst freebsd-ports-gnome-e5680919653e16dfac5e82fcf2eb2431a38d40b7.zip |
Fix build with clang
Diffstat (limited to 'games')
-rw-r--r-- | games/hangman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hangman/Makefile b/games/hangman/Makefile index c9aa1939045e..ecb037f97912 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}" |