pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-igraph



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:30:08 UTC 2019

Modified Files:
        pkgsrc/math/R-igraph: Makefile

Log Message:
Add missing dependency on textproc/libxml2.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-igraph/Makefile

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

Modified files:

Index: pkgsrc/math/R-igraph/Makefile
diff -u pkgsrc/math/R-igraph/Makefile:1.4 pkgsrc/math/R-igraph/Makefile:1.5
--- pkgsrc/math/R-igraph/Makefile:1.4   Thu Aug  8 19:53:50 2019
+++ pkgsrc/math/R-igraph/Makefile       Wed Sep 25 17:30:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:50 brook Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/25 17:30:08 brook Exp $
 
 R_PKGNAME=     igraph
 R_PKGVER=      1.2.4.1
@@ -14,4 +14,5 @@ DEPENDS+=     R-pkgconfig>=2.0.0:../../devel
 USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index