summaryrefslogtreecommitdiff
path: root/sysutils/bup
diff options
context:
space:
mode:
authorgdt <gdt>2011-12-15 00:58:14 +0000
committergdt <gdt>2011-12-15 00:58:14 +0000
commite2a4f07b8e5eccdae8b8e9656d7ccab128cf5199 (patch)
treed1cc63b3dfee68dd1ef2c6195188612a480e92d3 /sysutils/bup
parent28def32e4aae8767338d81007532307137b3caac (diff)
downloadpkgsrc-e2a4f07b8e5eccdae8b8e9656d7ccab128cf5199.tar.gz
Depend on fuse bindings.
Now, "bup fuse dir", assuming ~/.bup is one's bup repository, will create a fuse mount on dir, in which one can see the backups (with lots of rought edges).
Diffstat (limited to 'sysutils/bup')
-rw-r--r--sysutils/bup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile
index bdad380e114..f0c8c28137d 100644
--- a/sysutils/bup/Makefile
+++ b/sysutils/bup/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2011/09/08 21:57:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/15 00:58:14 gdt Exp $
#
DISTNAME= bup-0.24b
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= # manually packaged since master site is git repository
# and only available via https
@@ -85,5 +85,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/DESIGN ${DESTDIR}${PREFIX}/share/doc/bup
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/bup
+.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"