svn commit: r424289 - head/games/braincurses

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 19 20:31:15 UTC 2016


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


More information about the svn-ports-all mailing list