summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-09-18 22:28:34 +0000
committerwiedi <wiedi@pkgsrc.org>2016-09-18 22:28:34 +0000
commit094650270dfc2981aa76862405acf41256b617fd (patch)
tree2cbbe0e21bb7fb5d26e31a65da5ab9603f5ac506 /net
parent5867f34ec4c9badfef12a433ff6c45e487e183ca (diff)
downloadpkgsrc-094650270dfc2981aa76862405acf41256b617fd.tar.gz
needs bzip2 and zlib
Diffstat (limited to 'net')
-rw-r--r--net/librsync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 0a19cc5d915..057d900a2ce 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/09/01 16:16:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/18 22:28:34 wiedi Exp $
DISTNAME= librsync-2.0.0
CATEGORIES= net
@@ -14,5 +14,7 @@ USE_CMAKE= yes
USE_TOOLS+= perl
USE_LANGUAGES= c c++
+.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"