summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-10 23:55:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-10 23:55:29 +0000
commit0fd0168192191b7a71ec86907e4bc5b01ef7d3c9 (patch)
tree877b0f55b3a6b414946492dda8cba69b5d832d35 /science
parent* Update to 1.0.5p1 (diff)
* Migrate to gfortran.
* Bump port revision.
Notes
Notes: svn path=/head/; revision=182039
Diffstat (limited to 'science')
-rw-r--r--science/elmer-eio/Makefile6
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