summaryrefslogtreecommitdiff
path: root/math/R-mvtnorm
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-09-14 07:59:13 +0000
committerjperkin <jperkin@pkgsrc.org>2021-09-14 07:59:13 +0000
commit19f64a5bdf81ac085e582a334856e7acb09f9606 (patch)
tree229082568f00c126f235f5981ba95148151138ad /math/R-mvtnorm
parentfce36346737d30893fc40fa3b7ce0ae72448dd46 (diff)
downloadpkgsrc-19f64a5bdf81ac085e582a334856e7acb09f9606.tar.gz
R-mvtnorm: gfortran.mk should not be directly included.
Diffstat (limited to 'math/R-mvtnorm')
-rw-r--r--math/R-mvtnorm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile
index 607b84c5a16..f6b63d415b0 100644
--- a/math/R-mvtnorm/Makefile
+++ b/math/R-mvtnorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/09/11 14:24:00 mef Exp $
+# $NetBSD: Makefile,v 1.19 2021/09/14 07:59:13 jperkin Exp $
R_PKGNAME= mvtnorm
R_PKGVER= 1.1-2
@@ -11,5 +11,4 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
-.include "../../mk/compiler/gfortran.mk"
.include "../../mk/bsd.pkg.mk"