diff options
author | minskim <minskim@pkgsrc.org> | 2018-01-25 00:19:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-01-25 00:19:52 +0000 |
commit | 6e50fa73daf758fbe74add55ebfdd95c3661cc52 (patch) | |
tree | 642e781ba98a3c9da84cdb3e28c3a4fa3c569dff /math/R-mvtnorm/Makefile | |
parent | bca87edd1374bd04d0747541adf7fb452ca4a11f (diff) | |
download | pkgsrc-6e50fa73daf758fbe74add55ebfdd95c3661cc52.tar.gz |
math/R-mvtnorm: Update to 1.0-6
Changes:
- use registered C routines
Diffstat (limited to 'math/R-mvtnorm/Makefile')
-rw-r--r-- | math/R-mvtnorm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index 94a2fea2d14..cd17aab887f 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2016/04/13 14:23:29 wen Exp $ +# $NetBSD: Makefile,v 1.13 2018/01/25 00:19:52 minskim Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/mvtnorm/ +HOMEPAGE= http://mvtnorm.r-forge.r-project.org/ COMMENT= Computes the multivariate normal and t distribution LICENSE= gnu-gpl-v2 R_PKGNAME= mvtnorm -R_PKGVER= 1.0-5 +R_PKGVER= 1.0-6 USE_LANGUAGES= c fortran |