pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/librsync



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 18 22:28:34 UTC 2016

Modified Files:
        pkgsrc/net/librsync: Makefile

Log Message:
needs bzip2 and zlib


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/librsync/Makefile

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

Modified files:

Index: pkgsrc/net/librsync/Makefile
diff -u pkgsrc/net/librsync/Makefile:1.3 pkgsrc/net/librsync/Makefile:1.4
--- pkgsrc/net/librsync/Makefile:1.3    Thu Sep  1 16:16:55 2016
+++ pkgsrc/net/librsync/Makefile        Sun Sep 18 22:28:34 2016
@@ -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"



Home | Main Index | Thread Index | Old Index