aboutsummaryrefslogtreecommitdiff
path: root/games/hangman
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 22:48:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 22:48:51 +0000
commit399464d4af40cf2697892cae730305c36b4fd2ae (patch)
treee3de44b300a80e8aeb7bbf6688bc548ca7d31862 /games/hangman
parent3ff39a60165f3ff6cbb27674fd487eb54726d6bf (diff)
downloadports-399464d4af40cf2697892cae730305c36b4fd2ae.tar.gz
ports-399464d4af40cf2697892cae730305c36b4fd2ae.zip
Fix build with clang
Notes
Notes: svn path=/head/; revision=324071
Diffstat (limited to 'games/hangman')
-rw-r--r--games/hangman/Makefile3
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}"