pkgsrc-WIP-changes archive

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

netdata-git: uses zlib, not libzip



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Feb 25 16:14:32 2017 +0100
Changeset:	4a7016b3a501c309625b27e22732e85ea76a3470

Modified Files:
	netdata-git/Makefile

Log Message:
netdata-git: uses zlib, not libzip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a7016b3a501c309625b27e22732e85ea76a3470

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 netdata-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/netdata-git/Makefile b/netdata-git/Makefile
index ff2202cf50..b94fc08b07 100644
--- a/netdata-git/Makefile
+++ b/netdata-git/Makefile
@@ -14,6 +14,6 @@ LICENSE=	gnu-gpl-v3
 GNU_CONFIGURE=	yes
 USE_TOOLS=	pkg-config
 
-.include "../../archivers/libzip/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index