summaryrefslogtreecommitdiff
path: root/math/R-mvtnorm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:30:02 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:30:02 +0000
commit51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch)
tree030b3d92bb08524e5b2e5325ab25aa34929f271d /math/R-mvtnorm
parent601583c3207bd23bb05d0761888aefcb5699e1c2 (diff)
downloadpkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
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 30149f2b4ee..db7365b1cae 100644
--- a/math/R-mvtnorm/Makefile
+++ b/math/R-mvtnorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/08/22 18:57:01 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/22 19:30:05 wiz 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+= c fortran
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"