svn commit: r378371 - branches/2015Q1/games/golly

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 3 19:53:08 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list