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) --- palm/pilot-link/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'palm') diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 88f0c9c0abea..21c76bf44941 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USES= pathfix pkgconfig iconv -USE_BZIP2= yes +USES= pathfix pkgconfig iconv tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc -- cgit