summaryrefslogtreecommitdiff
path: root/math/R-wle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-wle/Makefile')
-rw-r--r--math/R-wle/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile
index 70e11c32006..c1b2f8e5bf6 100644
--- a/math/R-wle/Makefile
+++ b/math/R-wle/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:01 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/05 22:56:48 markd Exp $
#
-PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod.html
+HOMEPAGE= ${R_HOMEPAGE_BASE}/wle.html
COMMENT= Provides approach to robustness via Weighted Likelihood Estimation
R_PKGNAME= wle
-R_PKGVER= 0.7-9
+R_PKGVER= 0.9-2
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
+.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"