aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmer-eio
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-11 07:55:29 +0800
committermaho <maho@FreeBSD.org>2007-01-11 07:55:29 +0800
commit4c77a2ebb42a535d2d586815e06f9495dfc1ca66 (patch)
tree29d3d6c057a3dfc8758f134207e8ba521178a452 /science/elmer-eio
parent6ad0b1a997c133cc2a5076e00db70988dc7f9c3e (diff)
downloadfreebsd-ports-gnome-4c77a2ebb42a535d2d586815e06f9495dfc1ca66.tar.gz
freebsd-ports-gnome-4c77a2ebb42a535d2d586815e06f9495dfc1ca66.tar.zst
freebsd-ports-gnome-4c77a2ebb42a535d2d586815e06f9495dfc1ca66.zip
* Migrate to gfortran.
* Bump port revision.
Diffstat (limited to 'science/elmer-eio')
-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