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 | |
parent | 350f1eb7ac8947e949102753ceba4b10e1386b34 (diff) | |
download | ports-ec963b99bdbddb7f06ccc387b047a5d75b29d3cf.tar.gz ports-ec963b99bdbddb7f06ccc387b047a5d75b29d3cf.zip |
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index d5cd6969aca0..7fece6e77f00 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -30,10 +30,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> #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 |