summaryrefslogtreecommitdiff
path: root/math/R-Matrix
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-23 17:08:56 +0000
committerrillig <rillig>2006-07-23 17:08:56 +0000
commit500b6c8de4e2768f5a9b87435536085fa8b5e210 (patch)
tree212186a0559f65ed55cd833b343cab92e4ca4e4d /math/R-Matrix
parentb90b53f1463f08c23cbe53891455cba54966efdf (diff)
downloadpkgsrc-500b6c8de4e2768f5a9b87435536085fa8b5e210.tar.gz
Needs the blas package for building.
Diffstat (limited to 'math/R-Matrix')
-rw-r--r--math/R-Matrix/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/math/R-Matrix/Makefile b/math/R-Matrix/Makefile
index c3794e4a690..80b993b2add 100644
--- a/math/R-Matrix/Makefile
+++ b/math/R-Matrix/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/23 17:08:56 rillig Exp $
#
-PKGREVISION= 1
-CATEGORIES= databases math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+PKGREVISION= 1
+CATEGORIES= databases math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/Matrix.html
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/Matrix.html
COMMENT= Classes and methods for numerical linear algebra
-R_PKGNAME= Matrix
-R_PKGVER= 0.8-11
+R_PKGNAME= Matrix
+R_PKGVER= 0.8-11
.include "../../math/R/Makefile.extension"
+.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"