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) --- devel/compiler-rt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel/compiler-rt/Makefile') diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index f02faf2408f9..cdb9b508b953 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -18,8 +18,7 @@ INSTALL_WRKSRC= ${WRKDIR}/build CMAKE_SOURCE_PATH= ${WRKSRC} -USES= cmake -USE_BZIP2= yes +USES= cmake tar:bzip2 USE_LDCONFIG= yes MAKE_ARGS= VERBOSE=1 -- cgit v1.2.3