svn commit: r378392 - head/games/asc

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


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

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

Modified:
  head/games/asc/Makefile

Modified: head/games/asc/Makefile
==============================================================================
--- head/games/asc/Makefile	Wed Feb  4 03:04:49 2015	(r378391)
+++ head/games/asc/Makefile	Wed Feb  4 03:05:15 2015	(r378392)
@@ -28,7 +28,7 @@ LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/au
 OPTIONS_DEFINE=	MUSIC XVID
 MUSIC_DESC=	Install extra music files
 
-USES=		gmake libtool lua:51 perl5 pkgconfig tar:bzip2
+USES=		compiler:c++11-lib gmake libtool lua:51 perl5 pkgconfig tar:bzip2
 USE_SDL=	image mixer sound sdl
 USE_WX=		3.0
 WX_UNICODE=	yes


More information about the svn-ports-all mailing list