Tue Sep 4 00:23:12 2018 UTC ()
math/R-igraph: Needs a C compiler


(minskim)
diff -r1.1 -r1.2 pkgsrc/math/R-igraph/Makefile

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

--- pkgsrc/math/R-igraph/Makefile 2018/05/24 22:25:17 1.1
+++ pkgsrc/math/R-igraph/Makefile 2018/09/04 00:23:12 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2018/05/24 22:25:17 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2018/09/04 00:23:12 minskim Exp $
2 2
3DISTNAME= igraph_1.2.1 3DISTNAME= igraph_1.2.1
4CATEGORIES= graphics 4CATEGORIES= graphics
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://igraph.org/ 7HOMEPAGE= http://igraph.org/
8COMMENT= Network Analysis and Visualization 8COMMENT= Network Analysis and Visualization
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr 11DEPENDS+= R-magrittr-[0-9]*:../../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= # none 14USE_LANGUAGES= c
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"