diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 03:19:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 03:19:34 +0000 |
commit | f28482af7cce47cb57c01955aef368db654d7eb1 (patch) | |
tree | 976dccdcad1eba5c21db299f5f05a1cba29ca3c8 /science/elmer-eio | |
parent | c955e4ac446a5802bc16c25bb73d84cd625cfd1b (diff) | |
download | ports-f28482af7cce47cb57c01955aef368db654d7eb1.tar.gz ports-f28482af7cce47cb57c01955aef368db654d7eb1.zip |
Notes
Diffstat (limited to 'science/elmer-eio')
-rw-r--r-- | science/elmer-eio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index e0f1505bb690..fb2a42c25381 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= ELMER FEM Package Data base Interface -USE_GCC= 4.1+ -WITH_FORTRAN= yes +WANT_FORTRAN= yes +USE_GCC= 4.2+ F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} |