diff options
author | araujo <araujo@FreeBSD.org> | 2007-07-16 00:12:19 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-07-16 00:12:19 +0800 |
commit | 37a563eb59cc437c1d7f77068d3afb8c23ce030d (patch) | |
tree | 36257cdb195dfcc8e3293e27bcdf5bed7c483091 /science/elmerpost | |
parent | 7466fc09e0bd74951d02328c86c931c5fa7bd299 (diff) | |
download | freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.tar.gz freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.tar.zst freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.zip |
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: stas (mentor)
Diffstat (limited to 'science/elmerpost')
-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} |