aboutsummaryrefslogtreecommitdiff
path: root/science/elmerpost
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-10 13:49:02 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-10 13:49:02 +0000
commit5707663bcb8521faf8edc271af1b5a7d3170456c (patch)
treeb3b35a916a5442bc112c28cd3ce3d38c5577f10f /science/elmerpost
parent95148da5c3ab023f41683d9c0413dfaea80fc5c9 (diff)
downloadports-5707663bcb8521faf8edc271af1b5a7d3170456c.tar.gz
ports-5707663bcb8521faf8edc271af1b5a7d3170456c.zip
Notes
Diffstat (limited to 'science/elmerpost')
-rw-r--r--science/elmerpost/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile
index e5bbfc460c8f..1a7ce3e70746 100644
--- a/science/elmerpost/Makefile
+++ b/science/elmerpost/Makefile
@@ -7,6 +7,7 @@
PORTNAME= elmerpost
PORTVERSION= 5.2.0
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
@@ -26,10 +27,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET=
-USE_GCC= 4.1+
-WITH_FORTRAN= yes
-F77= ${FC}
-CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS}
+USE_GCC= 4.1 #4.2 has bugs
+WANT_FORTRAN= yes
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+CONFIGURE_ENV+= FC=gfortran42 F77=gfortran42 FCFLAGS=${FCFLAGS}
PLIST_SUB= ARCH=${MACHINE_ARCH}