svn commit: r353214 - head/games/wop

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 21:57:34 UTC 2014


Author: amdmi3
Date: Wed May  7 21:57:33 2014
New Revision: 353214
URL: http://svnweb.freebsd.org/changeset/ports/353214
QAT: https://qat.redports.org/buildarchive/r353214/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/games/wop/Makefile

Modified: head/games/wop/Makefile
==============================================================================
--- head/games/wop/Makefile	Wed May  7 21:53:59 2014	(r353213)
+++ head/games/wop/Makefile	Wed May  7 21:57:33 2014	(r353214)
@@ -15,8 +15,7 @@ COMMENT=	Free real-time Worms game
 
 BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 
-USES=		gmake
-USE_BZIP2=	yes
+USES=		tar:bzip2 gmake
 USE_SDL=	sdl net mixer ttf image
 
 DATAVERSION=	2005-12-21


More information about the svn-ports-all mailing list