summaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 05:21:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 05:21:25 +0000
commite9809ae5485c7b098ca263a60412fc79ce9a7cc8 (patch)
tree040ff396b9c345e92433ef9987708c74b5b099ff /net/mpich2
parentadd missing dependency (diff)
Only use of gfortran42. not gcc42. this breaks a lot of programs...
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=182133
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index b4d9565752bf..8bf6b7bd2688 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mpich2
PORTVERSION= 1.0.5p1
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= net parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ \
@@ -40,7 +41,9 @@ NOCCACHE= yes
MAKE_ENV= CCACHE_DISABLE=yes
WANT_FORTRAN= yes
-USE_GCC=4.2+
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
F90FLAGS+= ${FFLAGS}
CONFIGURE_ENV+= F90=${FC} F90FLAGS=${F90FLAGS} F77=${FC}