svn commit: r360319 - head/deskutils/rolo

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 2 23:43:04 UTC 2014


Author: amdmi3
Date: Wed Jul  2 23:43:04 2014
New Revision: 360319
URL: http://svnweb.freebsd.org/changeset/ports/360319
QAT: https://qat.redports.org/buildarchive/r360319/

Log:
  - Convert USE_BZIP2 to USES
  - Fix whitespace

Modified:
  head/deskutils/rolo/Makefile

Modified: head/deskutils/rolo/Makefile
==============================================================================
--- head/deskutils/rolo/Makefile	Wed Jul  2 23:43:01 2014	(r360318)
+++ head/deskutils/rolo/Makefile	Wed Jul  2 23:43:04 2014	(r360319)
@@ -11,7 +11,7 @@ COMMENT=	Text-based contact management s
 
 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 <bsd.port.mk>


More information about the svn-ports-all mailing list