diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 18:02:06 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 18:02:06 +0800 |
commit | 29749ee36b33d0e01549595fb08445ccfc765158 (patch) | |
tree | 9ee1111d76dcd3e886526df838bd9cdd11e3cda8 /french/med/Makefile | |
parent | 9a312f7d271d11bd858ade37fe90049df0b34e8a (diff) | |
download | freebsd-ports-gnome-29749ee36b33d0e01549595fb08445ccfc765158.tar.gz freebsd-ports-gnome-29749ee36b33d0e01549595fb08445ccfc765158.tar.zst freebsd-ports-gnome-29749ee36b33d0e01549595fb08445ccfc765158.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'french/med/Makefile')
-rw-r--r-- | french/med/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index 75def8dc1758..7db4c097602d 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -21,10 +21,7 @@ RUN_DEPENDS= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER} TK_VER?= 8.4 SHORT_TK_VER= ${TK_VER:S/.//} -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}" FFLAGS+= -O2 |