Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 20:31:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424289 - head/games/braincurses
Message-ID:  <201610192031.u9JKVEbY027666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 19 20:31:13 2016
New Revision: 424289
URL: https://svnweb.freebsd.org/changeset/ports/424289

Log:
  - Fix build on 9.x by requiring c++ standard which is actually used
  
  Approved by:	portmgr blanket

Modified:
  head/games/braincurses/Makefile

Modified: head/games/braincurses/Makefile
==============================================================================
--- head/games/braincurses/Makefile	Wed Oct 19 20:29:06 2016	(r424288)
+++ head/games/braincurses/Makefile	Wed Oct 19 20:31:13 2016	(r424289)
@@ -11,7 +11,7 @@ COMMENT=	Clone of the Mastermind game
 
 LICENSE=	GPLv2
 
-USES=		compiler:c11 gmake ncurses
+USES=		compiler:c++11-lib 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?201610192031.u9JKVEbY027666>