pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/librsync needs bzip2 and zlib



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acb6530d859a
branches:  trunk
changeset: 352763:acb6530d859a
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 18 22:28:34 2016 +0000

description:
needs bzip2 and zlib

diffstat:

 net/librsync/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2da4102ee387 -r acb6530d859a net/librsync/Makefile
--- a/net/librsync/Makefile     Sun Sep 18 22:23:43 2016 +0000
+++ b/net/librsync/Makefile     Sun Sep 18 22:28:34 2016 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index