pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-igraph math/R-igraph: Needs a C compiler



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7eceabf4d43
branches:  trunk
changeset: 384839:f7eceabf4d43
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Sep 04 00:23:12 2018 +0000

description:
math/R-igraph: Needs a C compiler

diffstat:

 math/R-igraph/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80dd68bce81a -r f7eceabf4d43 math/R-igraph/Makefile
--- a/math/R-igraph/Makefile    Tue Sep 04 00:12:28 2018 +0000
+++ b/math/R-igraph/Makefile    Tue Sep 04 00:23:12 2018 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index