Date: Wed, 7 May 2014 21:54:00 +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: r353213 - in head/games: redeclipse supertuxkart Message-ID: <201405072154.s47Ls0Ms008479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072154.s47Ls0Ms008479>