svn commit: r421543 - head/games/braincurses

Michael Landin mich at FreeBSD.org
Thu Sep 8 12:33:46 UTC 2016


Author: mich
Date: Thu Sep  8 12:33:45 2016
New Revision: 421543
URL: https://svnweb.freebsd.org/changeset/ports/421543

Log:
  - require compiler:c11

Modified:
  head/games/braincurses/Makefile

Modified: head/games/braincurses/Makefile
==============================================================================
--- head/games/braincurses/Makefile	Thu Sep  8 12:23:29 2016	(r421542)
+++ head/games/braincurses/Makefile	Thu Sep  8 12:33:45 2016	(r421543)
@@ -11,7 +11,7 @@ COMMENT=	Clone of the Mastermind game
 
 LICENSE=	GPLv2
 
-USES=		gmake ncurses
+USES=		compiler:c11 gmake ncurses
 USE_CSTD=	c++11
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list