summaryrefslogtreecommitdiff
path: root/math/R-igraph
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-09-04 00:23:12 +0000
committerminskim <minskim@pkgsrc.org>2018-09-04 00:23:12 +0000
commitc42720cd1eb811cefde232df6d1e828a1f00af92 (patch)
tree2d49ba07229a15a6e1825b7066461ece80fa5d5c /math/R-igraph
parent8387e88a86704bdddc832ab4d5ced4d244237365 (diff)
downloadpkgsrc-c42720cd1eb811cefde232df6d1e828a1f00af92.tar.gz
math/R-igraph: Needs a C compiler
Diffstat (limited to 'math/R-igraph')
-rw-r--r--math/R-igraph/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-igraph/Makefile b/math/R-igraph/Makefile
index d009e219f74..2b4e21df520 100644
--- a/math/R-igraph/Makefile
+++ b/math/R-igraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/24 22:25:17 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/04 00:23:12 minskim Exp $
DISTNAME= igraph_1.2.1
CATEGORIES= graphics
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr
DEPENDS+= R-pkgconfig>=2.0.0:../../devel/R-pkgconfig
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"