pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-inline



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jun 15 14:25:00 UTC 2021

Modified Files:
        pkgsrc/devel/R-inline: Makefile

Log Message:
R-inline: gfortran.mk should not be included directly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-inline/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-inline/Makefile
diff -u pkgsrc/devel/R-inline/Makefile:1.5 pkgsrc/devel/R-inline/Makefile:1.6
--- pkgsrc/devel/R-inline/Makefile:1.5  Sun Jun  6 12:53:18 2021
+++ pkgsrc/devel/R-inline/Makefile      Tue Jun 15 14:25:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/06/06 12:53:18 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/15 14:25:00 jperkin Exp $
 
 R_PKGNAME=     inline
 R_PKGVER=      0.3.19
@@ -12,5 +12,4 @@ LICENSE=      gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR
 USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"
-.include "../../mk/compiler/gfortran.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index