svn commit: r378404 - branches/2015Q1/games/megaglest

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 4 14:54:38 UTC 2015


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


More information about the svn-ports-all mailing list