svn commit: r353213 - in head/games: redeclipse supertuxkart

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 21:54:00 UTC 2014


Author: amdmi3
Date: Wed May  7 21:53:59 2014
New Revision: 353213
URL: http://svnweb.freebsd.org/changeset/ports/353213
QAT: https://qat.redports.org/buildarchive/r353213/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/games/redeclipse/Makefile
  head/games/supertuxkart/Makefile

Modified: head/games/redeclipse/Makefile
==============================================================================
--- head/games/redeclipse/Makefile	Wed May  7 21:37:19 2014	(r353212)
+++ head/games/redeclipse/Makefile	Wed May  7 21:53:59 2014	(r353213)
@@ -15,9 +15,8 @@ LICENSE=	MIT ZLIB
 
 MANUAL_PACKAGE_BUILD=	huge
 
-USES=		gmake
+USES=		tar:bzip2 gmake
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 CONFIGURE_WRKSRC=	${WRKSRC}/src/enet
 CONFIGURE_ARGS=	--enable-shared=no --enable-static=yes
 USE_AUTOTOOLS=	aclocal automake autoconf:env

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Wed May  7 21:37:19 2014	(r353212)
+++ head/games/supertuxkart/Makefile	Wed May  7 21:53:59 2014	(r353213)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR
 		libogg.so:${PORTSDIR}/audio/libogg \
 		libcurl.so:${PORTSDIR}/ftp/curl
 
-USE_BZIP2=	yes
+USES=		tar:bzip2 dos2unix cmake gettext gmake openal:al,alut pkgconfig
 USE_GL=		gl glu glut
-USES=		cmake dos2unix gettext gmake openal:al,alut pkgconfig
 USE_SDL=	sdl
 DOS2UNIX_FILES=	lib/irrlicht/source/Irrlicht/Makefile
 CMAKE_ARGS=	-DUSE_WIIUSE=NO


More information about the svn-ports-all mailing list