diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:27:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:27:29 +0000 |
commit | 6f8c4e2d4b1cbc178a69609e3a8711d0f372d34a (patch) | |
tree | a1024b61fa8e196a3ef9d77bb1613324e919a4d6 /math/blas/Makefile | |
parent | e2129112d972586eb29961e6a9ee80081c03f865 (diff) | |
download | pkgsrc-6f8c4e2d4b1cbc178a69609e3a8711d0f372d34a.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math/blas/Makefile')
-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 |