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/libghemical | |
parent | 80b36c230633f488d3a8b3b49d753d7feb628224 (diff) |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes:
svn path=/head/; revision=195563
Diffstat (limited to 'science/libghemical')
-rw-r--r-- | science/libghemical/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 26def8dc7fdc..4fa2c85c7efe 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -27,10 +27,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |