diff options
author | maho <maho@FreeBSD.org> | 2007-02-21 07:57:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-21 07:57:24 +0800 |
commit | de68a1fef2d95dfb7122714c2b3c1f666ea8b555 (patch) | |
tree | bfbc40efcd1af1cb264747c29b29a4392d2e0ea9 /science/elmer-eio | |
parent | 97fd9d819f571f168e5a2ef04b87102863e39294 (diff) | |
download | freebsd-ports-gnome-de68a1fef2d95dfb7122714c2b3c1f666ea8b555.tar.gz freebsd-ports-gnome-de68a1fef2d95dfb7122714c2b3c1f666ea8b555.tar.zst freebsd-ports-gnome-de68a1fef2d95dfb7122714c2b3c1f666ea8b555.zip |
elmer-eio implicitly depends on gfortran42. Accordingly, this also fixes
the build of science/elmer-fem.
PR: 109162
Submitted by: maintainer, maho, kris via pointyhat
Diffstat (limited to 'science/elmer-eio')
-rw-r--r-- | science/elmer-eio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index 00219348399c..14b86285a9f2 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -16,6 +16,8 @@ COMMENT= ELMER FEM Package Data base Interface BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} GNU_CONFIGURE= yes |