diff options
author | tron <tron> | 2013-06-03 08:04:56 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-03 08:04:56 +0000 |
commit | 682b7a5d69d1b1ac50beac3f5e2c687e51988bd1 (patch) | |
tree | e01dce53fb15e144b05bff803a5a43d98a4c44b1 /math | |
parent | 471b7e48601a6c1635fe006f2d082d430dfdc450 (diff) | |
download | pkgsrc-682b7a5d69d1b1ac50beac3f5e2c687e51988bd1.tar.gz |
This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
Diffstat (limited to 'math')
-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 |