summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-client/Makefile
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2010-11-02 21:14:23 +0000
committershattered <shattered@pkgsrc.org>2010-11-02 21:14:23 +0000
commita668267cf9677e0e76971d7e846ca15283c0b9f2 (patch)
tree1551c68917f38a5beed486aec8a1f49fc70a96dd /sysutils/boxbackup-client/Makefile
parentfc0965df57ef36e047ed1068e3355ebbf5cfc20b (diff)
downloadpkgsrc-a668267cf9677e0e76971d7e846ca15283c0b9f2.tar.gz
Depend on zlib -- this package won't build without it.
Diffstat (limited to 'sysutils/boxbackup-client/Makefile')
-rw-r--r--sysutils/boxbackup-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/boxbackup-client/Makefile b/sysutils/boxbackup-client/Makefile
index d2ff8af42d7..e9823685e62 100644
--- a/sysutils/boxbackup-client/Makefile
+++ b/sysutils/boxbackup-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/02/12 14:16:57 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/02 21:14:23 shattered Exp $
#
DISTNAME= boxbackup-0.10
@@ -30,6 +30,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/parcels/boxbackup*-backup-client-*/bbackupd-config ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/parcels/boxbackup*-backup-client-*/bbackupquery ${DESTDIR}${PREFIX}/bin
-
+.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"