diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 07:43:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 07:43:04 +0800 |
commit | 1e53f39530a8ba47fa8a0fb44de613cc0cf82080 (patch) | |
tree | 1ad23f2466d9b09e46b3d84c9bad019e6b160275 /deskutils | |
parent | 4d12c21ce36000914d234edc3408b9bf4833866b (diff) | |
download | freebsd-ports-gnome-1e53f39530a8ba47fa8a0fb44de613cc0cf82080.tar.gz freebsd-ports-gnome-1e53f39530a8ba47fa8a0fb44de613cc0cf82080.tar.zst freebsd-ports-gnome-1e53f39530a8ba47fa8a0fb44de613cc0cf82080.zip |
- Convert USE_BZIP2 to USES
- Fix whitespace
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/rolo/Makefile | 3 |
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> |