Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2015 14:54:38 +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: r378404 - branches/2015Q1/games/megaglest
Message-ID:  <201502041454.t14EscFZ079899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb  4 14:54:37 2015
New Revision: 378404
URL: https://svnweb.freebsd.org/changeset/ports/378404
QAT: https://qat.redports.org/buildarchive/r378404/

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

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

Modified: branches/2015Q1/games/megaglest/Makefile
==============================================================================
--- branches/2015Q1/games/megaglest/Makefile	Wed Feb  4 14:52:13 2015	(r378403)
+++ branches/2015Q1/games/megaglest/Makefile	Wed Feb  4 14:54:37 2015	(r378404)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${DATADIR}/tutorials/2_basi
 
 SUB_FILES=	pkg-message
 
-USES=		cmake display:build dos2unix lua openal:al,alut pkgconfig tar:xz
+USES=		cmake compiler:c++11-lib display:build dos2unix lua openal:al,alut pkgconfig tar:xz
 USE_GL=		glew gl glu
 USE_SDL=	yes
 USE_WX=		3.0



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