summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-19 13:37:14 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-19 13:37:14 +0000
commit4aff39d9d60e939b0d3597d3c2fb771254870a5a (patch)
tree759dc33cdd22c98f435a0840373d666ae05e8abf /math/blas
parentca88ee3b400734e406244cf4afe3463451f15fc5 (diff)
downloadpkgsrc-4aff39d9d60e939b0d3597d3c2fb771254870a5a.tar.gz
Build and link Fortran code using the Fortran Compiler. Bump revision.
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index c7474296dc3..e703dcd41c6 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2014/02/28 09:39:56 adam Exp $
+# $NetBSD: Makefile,v 1.33 2014/08/19 13:37:14 joerg Exp $
.include "../../math/lapack/Makefile.common"
PKGNAME= ${DISTNAME:S/lapack/blas/}
+PKGREVISION= 1
COMMENT= Basic Linear Algebra Subprograms (Fortran)