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/isaac-cfd | |
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/isaac-cfd')
-rw-r--r-- | science/isaac-cfd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/isaac-cfd/Makefile b/science/isaac-cfd/Makefile index 2ab0bba5e332..4ddfe0d6ba08 100644 --- a/science/isaac-cfd/Makefile +++ b/science/isaac-cfd/Makefile @@ -28,10 +28,7 @@ NO_WRKSUBDIR= yes USE_GMAKE= yes MAKEFILE= makefile MAKE_FLAGS+= CPPFLAGS=-I. -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes .if !defined(WITH_EXAMPLES) PLIST_SUB= WITH_EXAMPLES="@comment " |