diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-20 21:03:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-20 21:03:50 +0000 |
commit | 57e30bec58dd2a8f4febdf92446fa6090e33188a (patch) | |
tree | c468101b435188ca72a68f7f16234f1e7dae939b /math/R-mvtnorm/Makefile | |
parent | f4776bbdaf83f406346aa616f049743a78a9a176 (diff) | |
download | pkgsrc-57e30bec58dd2a8f4febdf92446fa6090e33188a.tar.gz |
Needs fortran.
Diffstat (limited to 'math/R-mvtnorm/Makefile')
-rw-r--r-- | math/R-mvtnorm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index 738f574c030..f79e55874c2 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/20 21:04:32 wiz Exp $ # CATEGORIES= math @@ -10,6 +10,7 @@ COMMENT= Computes the multivariate normal and t distribution R_PKGNAME= mvtnorm R_PKGVER= 0.7-2 +USE_LANGUAGES+= fortran .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |