diff options
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 " |