Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 19:53:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r378371 - branches/2015Q1/games/golly
Message-ID:  <201502031953.t13Jr7FP040368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  3 19:53:07 2015
New Revision: 378371
URL: https://svnweb.freebsd.org/changeset/ports/378371
QAT: https://qat.redports.org/buildarchive/r378371/

Log:
  MFH: r377777
  
  - Fix build on < 10.x after webkit-gtk2 update
  
  Approved by:	portmgr blanket
  Approved by:	portmgr (antoine)

Modified:
  branches/2015Q1/games/golly/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/games/golly/Makefile
==============================================================================
--- branches/2015Q1/games/golly/Makefile	Tue Feb  3 19:48:16 2015	(r378370)
+++ branches/2015Q1/games/golly/Makefile	Tue Feb  3 19:53:07 2015	(r378371)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Conway's Game of Life and other cellular automata
 
-USES=		cmake:outsource perl5 python
+USES=		compiler:c++11-lib cmake:outsource perl5 python
 USE_WX=		3.0
 WX_UNICODE=	yes
 



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