diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 09:51:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 09:51:49 +0000 |
commit | 269ae10910a62a93f60a11dce840dc72f5e6856a (patch) | |
tree | 604ea27f2de1ddad291b407a0473d75fa9b26141 /science/oof | |
parent | 80b36c230633f488d3a8b3b49d753d7feb628224 (diff) | |
download | freebsd-ports-269ae10910a62a93f60a11dce840dc72f5e6856a.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'science/oof')
-rw-r--r-- | science/oof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index 1f240e8f818d..db5d471b0898 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -27,9 +27,9 @@ LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIBS= -lblas .endif -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FORTRANLIBDIR= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\`` -FORTRANLIBDIR2= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\``/../../../ +USE_FORTRAN= yes +FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\`` +FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../ FORTRANLIBS= -lgfortranbegin -lgfortran CXXFLAGS+= -DDONT_HAVE_STRSTREAM_H -DNEED_FDSTREAM |