diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 23:55:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 23:55:29 +0000 |
commit | 0fd0168192191b7a71ec86907e4bc5b01ef7d3c9 (patch) | |
tree | 877b0f55b3a6b414946492dda8cba69b5d832d35 /science/elmer-eio/Makefile | |
parent | a53c18a7ed4dd87ceb3785783ddff3cbee4cc65e (diff) |
Notes
Diffstat (limited to 'science/elmer-eio/Makefile')
-rw-r--r-- | science/elmer-eio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index fb2a42c25381..cda734e38134 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -7,6 +7,7 @@ PORTNAME= eio PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ PKGNAMEPREFIX= elmer- @@ -15,8 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= ELMER FEM Package Data base Interface WANT_FORTRAN= yes -USE_GCC= 4.2+ -F77= ${FC} +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 #gcc42 incompatibility? +F77= gfortran42 +FC= gfortran42 CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} GNU_CONFIGURE= yes |