summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-05-18 11:27:29 +0000
committeruebayasi <uebayasi>2004-05-18 11:27:29 +0000
commita1915cb2e3c60c315e41d45e58b58a68e5549680 (patch)
treea1024b61fa8e196a3ef9d77bb1613324e919a4d6 /math
parent0f1269102cfebd89b1b3d8d9230cc7336d13e413 (diff)
downloadpkgsrc-a1915cb2e3c60c315e41d45e58b58a68e5549680.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile4
-rw-r--r--math/blas/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 59c47be2ed7..3945353ef98 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/05/07 22:47:26 markd Exp $
+# $NetBSD: Makefile,v 1.54 2004/05/18 11:27:29 uebayasi Exp $
DISTNAME= R-1.9.0
CATEGORIES= math
@@ -13,6 +13,8 @@ COMMENT= Statistical language for data analysis and graphics
NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
TEST_TARGET= check
USE_BUILDLINK3= # defined
USE_X11= # defined
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 34d7b76fd33..eccd5f545f5 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/26 15:26:05 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/18 11:27:29 uebayasi Exp $
#
DISTNAME= blas
@@ -14,6 +14,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.netlib.org/blas/
COMMENT= Basic Linear Algebra Subprograms (Fortran)
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= YES
USE_FORTRAN= YES