svn commit: r324071 - head/games/hangman
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 22:48:52 UTC 2013
Author: bapt
Date: Wed Jul 31 22:48:51 2013
New Revision: 324071
URL: http://svnweb.freebsd.org/changeset/ports/324071
Log:
Fix build with clang
Modified:
head/games/hangman/Makefile
Modified: head/games/hangman/Makefile
==============================================================================
--- head/games/hangman/Makefile Wed Jul 31 22:47:01 2013 (r324070)
+++ head/games/hangman/Makefile Wed Jul 31 22:48:51 2013 (r324071)
@@ -14,7 +14,8 @@ COMMENT= Challenge your spelling skills
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}"
More information about the svn-ports-head
mailing list