diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 08:13:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 08:13:25 +0000 |
commit | ec963b99bdbddb7f06ccc387b047a5d75b29d3cf (patch) | |
tree | 364b1a769e4548962d841c06507d27a6254ce69a /math/atlas-devel | |
parent | Now we use USE_FORTRAN=yes to use FORTRAN compiler. (diff) |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes:
svn path=/head/; revision=195456
Diffstat (limited to 'math/atlas-devel')
-rw-r--r-- | math/atlas-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 37a72e6c2517..148e54a8dee3 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -31,10 +31,7 @@ USE_LDCONFIG= yes NOT_FOR_ARCHS= alpha #to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details. -WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes .if ${OSVERSION} > 700000 BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 CCOMPILER= gcc34 |