diff options
Diffstat (limited to 'science/elmerpost/Makefile')
-rw-r--r-- | science/elmerpost/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index 17841924938b..04186aa6a630 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -27,9 +27,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= -WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -CONFIGURE_ENV+= FC=gfortran42 F77=gfortran42 FCFLAGS=${FCFLAGS} +USE_FORTRAN= yes +CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} PLIST_SUB= ARCH=${MACHINE_ARCH} |