Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 19:39:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363379 - head/games/vdrift
Message-ID:  <201407291939.s6TJdl9X011985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 29 19:39:47 2014
New Revision: 363379
URL: http://svnweb.freebsd.org/changeset/ports/363379
QAT: https://qat.redports.org/buildarchive/r363379/

Log:
  This port is already broken, but don't break it more
  
  With hat:	portmgr

Modified:
  head/games/vdrift/Makefile

Modified: head/games/vdrift/Makefile
==============================================================================
--- head/games/vdrift/Makefile	Tue Jul 29 19:36:04 2014	(r363378)
+++ head/games/vdrift/Makefile	Tue Jul 29 19:39:47 2014	(r363379)
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/au
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data
 
+USES=		tar:bzip2
 USE_GL=		glew
 USE_SDL=	sdl image net gfx
 
@@ -46,7 +47,7 @@ SCONS_ARGS+=	release=1
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USES+=	gettext tar:bzip2
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 FLAG_NLS=	true
 .else



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