Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2015 03:05:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378392 - head/games/asc
Message-ID:  <201502040305.t1435FDI046195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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