From df6651cbe751d1f158599a0f968750c2a89de0ca Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 14 May 2014 19:31:02 +0000 Subject: [PATCH] Move USE_BZIP2 to USES=tar:bzip2 --- devel/sysconftool/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index 2d1bdc1d059a..c0c76bd97557 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -11,8 +11,7 @@ COMMENT= Helps to install application configuration files LICENSE= GPLv3 -USES= perl5 -USE_BZIP2= yes +USES= perl5 tar:bzip2 HAS_CONFIGURE= yes USE_AUTOTOOLS= automake aclocal autoconf