diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-19 02:03:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-19 02:03:48 +0000 |
commit | ae25bcae6d8672acfd24ef6d5b69d54c8eae8b46 (patch) | |
tree | a070f2b40314625ecacc20bb8feee13f93143353 /math/arpack++ | |
parent | Update from version 0.90 to 1.0.3, which appears to fix a compilation (diff) |
Remove WANT_FORTRAN=yes, it is a noop.
Diffstat (limited to 'math/arpack++')
-rw-r--r-- | math/arpack++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index add99110565c..256c22815ede 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -39,7 +39,6 @@ BLAS= -lblas LAPACK= -llapack .endif -WANT_FORTRAN=yes USE_GCC=4.2+ NO_BUILD= yes |