summaryrefslogtreecommitdiff
path: root/math/R-mvtnorm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-22 18:57:01 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-22 18:57:01 +0000
commit2310cebbea8ada32bac8961f6755ed465c7daa0d (patch)
tree494c5fac6695acaa9a7dd43ebc7b156dddef39dc /math/R-mvtnorm
parent72aababbf501801567f3c629a1f83f7bd414cf83 (diff)
downloadpkgsrc-2310cebbea8ada32bac8961f6755ed465c7daa0d.tar.gz
On DragonFly, cc is used for the Fortran linking so
require C as language.
Diffstat (limited to 'math/R-mvtnorm')
-rw-r--r--math/R-mvtnorm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile
index f79e55874c2..30149f2b4ee 100644
--- a/math/R-mvtnorm/Makefile
+++ b/math/R-mvtnorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/07/20 21:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/22 18:57:01 joerg Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@ COMMENT= Computes the multivariate normal and t distribution
R_PKGNAME= mvtnorm
R_PKGVER= 0.7-2
-USE_LANGUAGES+= fortran
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"