Wed Sep 25 17:30:08 2019 UTC ()
Add missing dependency on textproc/libxml2.


(brook)
diff -r1.4 -r1.5 pkgsrc/math/R-igraph/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/math/R-igraph/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-igraph/Makefile 2019/08/08 19:53:50 1.4
+++ pkgsrc/math/R-igraph/Makefile 2019/09/25 17:30:08 1.5
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:50 brook Exp $ 1# $NetBSD: Makefile,v 1.5 2019/09/25 17:30:08 brook Exp $
2 2
3R_PKGNAME= igraph 3R_PKGNAME= igraph
4R_PKGVER= 1.2.4.1 4R_PKGVER= 1.2.4.1
5CATEGORIES= math graphics 5CATEGORIES= math graphics
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Network analysis and visualization 8COMMENT= Network analysis and visualization
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 10
11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
12DEPENDS+= R-pkgconfig>=2.0.0:../../devel/R-pkgconfig 12DEPENDS+= R-pkgconfig>=2.0.0:../../devel/R-pkgconfig
13 13
14USE_LANGUAGES= c c++ fortran 14USE_LANGUAGES= c c++ fortran
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
 17.include "../../textproc/libxml2/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"