svn commit: r353211 - in head/games: arx-libertatis warzone2100

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 21:11:20 UTC 2014


Author: amdmi3
Date: Wed May  7 21:11:19 2014
New Revision: 353211
URL: http://svnweb.freebsd.org/changeset/ports/353211
QAT: https://qat.redports.org/buildarchive/r353211/

Log:
  - Convert USE_XZ to USES

Modified:
  head/games/arx-libertatis/Makefile
  head/games/warzone2100/Makefile

Modified: head/games/arx-libertatis/Makefile
==============================================================================
--- head/games/arx-libertatis/Makefile	Wed May  7 21:07:54 2014	(r353210)
+++ head/games/arx-libertatis/Makefile	Wed May  7 21:11:19 2014	(r353211)
@@ -18,10 +18,9 @@ LIB_DEPENDS=	libIL.so:${PORTSDIR}/graphi
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
-USE_XZ=		yes
+USES=		tar:xz cmake openal
 USE_SDL=	sdl
 USE_GL=		gl glu
-USES=		cmake openal
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR="man" -DDATA_DIR=arx
 
 SUB_FILES=	pkg-message

Modified: head/games/warzone2100/Makefile
==============================================================================
--- head/games/warzone2100/Makefile	Wed May  7 21:07:54 2014	(r353210)
+++ head/games/warzone2100/Makefile	Wed May  7 21:11:19 2014	(r353211)
@@ -25,8 +25,7 @@ LIB_DEPENDS=	libphysfs.so:${PORTSDIR}/de
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
-USE_XZ=		yes
-USES=		bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag
+USES=		tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag
 GNU_CONFIGURE=	yes
 USE_GL=		yes
 USE_SDL=	sdl


More information about the svn-ports-all mailing list