Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 12:33:45 +0000 (UTC)
From:      Michael Landin <mich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421543 - head/games/braincurses
Message-ID:  <201609081233.u88CXjnT029156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081233.u88CXjnT029156>