summaryrefslogtreecommitdiff
path: root/math/R-wle
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-wle
parent601583c3207bd23bb05d0761888aefcb5699e1c2 (diff)
downloadpkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'math/R-wle')
-rw-r--r--math/R-wle/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile
index c1b2f8e5bf6..632173550e2 100644
--- a/math/R-wle/Makefile
+++ b/math/R-wle/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2006/08/05 22:56:48 markd Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/22 19:30:05 wiz Exp $
#
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/wle.html
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/wle.html
COMMENT= Provides approach to robustness via Weighted Likelihood Estimation
R_PKGNAME= wle
-R_PKGVER= 0.9-2
-USE_LANGUAGES+= c fortran
+R_PKGVER= 0.9-2
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../math/blas/buildlink3.mk"