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) --- www/dtse/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/dtse') diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 7e3005349546..e367ff4d987a 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -20,8 +20,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif -USES= gmake perl5 -USE_BZIP2= yes +USES= gmake perl5 tar:bzip2 USE_AUTOTOOLS= aclocal:env automake:env autoconf:env HAS_CONFIGURE= yes -- cgit