From 38fe74289962f7bde8f57d9a999e61b74241ad6b Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 18:41:15 +0000 Subject: Convert a bunch of USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr (not really, but touches unstaged ports) --- games/wizznic/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/wizznic') diff --git a/games/wizznic/Makefile b/games/wizznic/Makefile index cd4b577cab3b..2d2f44c97003 100644 --- a/games/wizznic/Makefile +++ b/games/wizznic/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 USE_SDL= image mixer sdl MAKE_ENV= DATADIR=${DATADIR}/ BINDIR=${PREFIX}/bin ALL_TARGET= sdl -- cgit