From bbc8c4d740872dbe971f6164448e5ba893cb166f Mon Sep 17 00:00:00 2001 From: Adam Weinberger 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/fmars/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/fmars') diff --git a/games/fmars/Makefile b/games/fmars/Makefile index 5dcd91d42418..f22f57d269eb 100644 --- a/games/fmars/Makefile +++ b/games/fmars/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 ALL_TARGET= x${PORTNAME} OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS -- cgit