diff options
author | tron <tron> | 2013-06-03 08:22:59 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-03 08:22:59 +0000 |
commit | 54cfd1818dfe102d0eecb6788df7f30713fa5ca5 (patch) | |
tree | 0c135ee622f590f6f5c57828ca4aec9770ddddc1 | |
parent | 9f46bf3e2ec701a7793b8afb26649b3010ef0abf (diff) | |
download | pkgsrc-54cfd1818dfe102d0eecb6788df7f30713fa5ca5.tar.gz |
This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index b85551f87ac..51c73aea454 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/09/11 23:04:22 asau Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/03 08:22:59 tron Exp $ DISTNAME= lapack-lite-3.1.1 PKGNAME= lapack-3.1.1 @@ -14,7 +14,7 @@ LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= c fortran77 +USE_LANGUAGES= c fortran USE_LIBTOOL= YES BUILD_TARGET= lapacklib |