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:   minskim
Date:           Tue Sep  4 00:23:12 UTC 2018

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

Log Message:
math/R-igraph: Needs a C compiler


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/R-igraph/Makefile:1.2
--- pkgsrc/math/R-igraph/Makefile:1.1   Thu May 24 22:25:17 2018
+++ pkgsrc/math/R-igraph/Makefile       Tue Sep  4 00:23:12 2018
@@ -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"



Home | Main Index | Thread Index | Old Index