aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-02 23:43:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-02 23:43:04 +0000
commit31908214861fec27e43dbacb02ba8f02c0e20b0e (patch)
tree1ad23f2466d9b09e46b3d84c9bad019e6b160275 /deskutils
parent2b64771544b3e96418ec0ccf3851f465baa4a4a2 (diff)
downloadports-31908214861fec27e43dbacb02ba8f02c0e20b0e.tar.gz
ports-31908214861fec27e43dbacb02ba8f02c0e20b0e.zip
- Convert USE_BZIP2 to USES
- Fix whitespace
Notes
Notes: svn path=/head/; revision=360319
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/rolo/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.mk>