svn commit: r348056 - head/games/tome4

Pawel Pekala pawel at FreeBSD.org
Thu Mar 13 12:03:33 UTC 2014


Author: pawel
Date: Thu Mar 13 12:03:32 2014
New Revision: 348056
URL: http://svnweb.freebsd.org/changeset/ports/348056
QAT: https://qat.redports.org/buildarchive/r348056/

Log:
  Convert to USES=tar:bzip2
  
  PR:		ports/187486
  Submitted by:	maintainer

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Thu Mar 13 11:32:12 2014	(r348055)
+++ head/games/tome4/Makefile	Thu Mar 13 12:03:32 2014	(r348056)
@@ -23,8 +23,7 @@ DESKTOP_ENTRIES="ToME 4" "${COMMENT}" "$
 
 WRKSRC=		${WRKDIR}/t-engine4-src-${PORTVERSION}
 MAKE_ARGS+=	config=release verbose=yes ARCH=""
-USES=		gmake openal:al
-USE_BZIP2=	yes
+USES=		gmake openal:al tar:bzip2
 USE_SDL=	image2 sdl2 ttf2
 USE_GL=		gl
 SUB_FILES=	tome4


More information about the svn-ports-head mailing list