diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 10:56:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 10:56:36 +0800 |
commit | 63a5c440c67b1aa82fbe49fd23e5cc12646cbde0 (patch) | |
tree | 39a91e31c4115637f32cbdbe560bf27801a4984a /science/oases | |
parent | 83313ba9df7a42a9016011420b8075047fbb4c7a (diff) | |
download | freebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.tar.gz freebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.tar.zst freebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'science/oases')
-rw-r--r-- | science/oases/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/science/oases/Makefile b/science/oases/Makefile index 52996df759c6..a54060f38167 100644 --- a/science/oases/Makefile +++ b/science/oases/Makefile @@ -21,11 +21,7 @@ WRKSRC= ${WRKDIR}/Oases_export USE_XLIB= yes MAKE_ENV+= OASES_ROOT="${WRKSRC}" -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +USE_FORTRAN= yes SCRIPT= avbeam bistat cplot mplot mtvplot multmtv oasn oasp oasr \ oass oassp oast plp2mtv |