From 31908214861fec27e43dbacb02ba8f02c0e20b0e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 2 Jul 2014 23:43:04 +0000 Subject: [PATCH] - Convert USE_BZIP2 to USES - Fix whitespace --- deskutils/rolo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index 3a29d03d5a70..a361699e9b42 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -11,7 +11,7 @@ COMMENT= Text-based contact management software LIB_DEPENDS= libvc.so:${PORTSDIR}/devel/libvc -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include \ -L${PREFIX}/lib @@ -24,5 +24,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} .endfor - .include