summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorjoerg <joerg>2014-08-19 13:37:14 +0000
committerjoerg <joerg>2014-08-19 13:37:14 +0000
commitf5a0660455c3cb48d31c795a1c956e18adb1b208 (patch)
tree759dc33cdd22c98f435a0840373d666ae05e8abf /math/blas
parentbc79061deba36284bc6c1688d5aae7aa9e903cc6 (diff)
downloadpkgsrc-f5a0660455c3cb48d31c795a1c956e18adb1b208.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)