svn commit: r378393 - head/games/megaglest

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 4 03:05:30 UTC 2015


Author: amdmi3
Date: Wed Feb  4 03:05:29 2015
New Revision: 378393
URL: https://svnweb.freebsd.org/changeset/ports/378393
QAT: https://qat.redports.org/buildarchive/r378393/

Log:
  - Fix build on < 10.x after webkit-gtk2 update
  
  Approved by:	portmgr blanket
  MFH:		2015Q1

Modified:
  head/games/megaglest/Makefile

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Wed Feb  4 03:05:15 2015	(r378392)
+++ head/games/megaglest/Makefile	Wed Feb  4 03:05:29 2015	(r378393)
@@ -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