diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 23:43:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 23:43:04 +0000 |
commit | 31908214861fec27e43dbacb02ba8f02c0e20b0e (patch) | |
tree | 1ad23f2466d9b09e46b3d84c9bad019e6b160275 | |
parent | 2b64771544b3e96418ec0ccf3851f465baa4a4a2 (diff) |
Notes
-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> |