diff options
author | uebayasi <uebayasi> | 2004-05-18 11:27:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-05-18 11:27:29 +0000 |
commit | a1915cb2e3c60c315e41d45e58b58a68e5549680 (patch) | |
tree | a1024b61fa8e196a3ef9d77bb1613324e919a4d6 /math/blas | |
parent | 0f1269102cfebd89b1b3d8d9230cc7336d13e413 (diff) | |
download | pkgsrc-a1915cb2e3c60c315e41d45e58b58a68e5549680.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |