diff options
author | tron <tron@pkgsrc.org> | 2013-06-03 08:04:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-03 08:04:56 +0000 |
commit | 11da8dd51ab3eb6c662bd8d26ee6e1a82c028076 (patch) | |
tree | e01dce53fb15e144b05bff803a5a43d98a4c44b1 | |
parent | 4c345f088eaac7b5cd4679c943255ddd739742bb (diff) | |
download | pkgsrc-11da8dd51ab3eb6c662bd8d26ee6e1a82c028076.tar.gz |
This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
-rw-r--r-- | math/blas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index f5d71a8eee5..e171d5168d4 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/09/11 23:04:17 asau Exp $ -# +# $NetBSD: Makefile,v 1.31 2013/06/03 08:04:56 tron Exp $ DISTNAME= blas PKGNAME= blas-1.1 @@ -16,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/BLAS -USE_LANGUAGES= c fortran77 +USE_LANGUAGES= c fortran USE_LIBTOOL= yes # Pass along the major and minor of the version number as the major and |