svn commit: r363379 - head/games/vdrift

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 19:39:48 UTC 2014


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


More information about the svn-ports-all mailing list