diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 13:49:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 13:49:02 +0000 |
commit | 5707663bcb8521faf8edc271af1b5a7d3170456c (patch) | |
tree | b3b35a916a5442bc112c28cd3ce3d38c5577f10f /science/elmerpost | |
parent | 95148da5c3ab023f41683d9c0413dfaea80fc5c9 (diff) | |
download | ports-5707663bcb8521faf8edc271af1b5a7d3170456c.tar.gz ports-5707663bcb8521faf8edc271af1b5a7d3170456c.zip |
Notes
Diffstat (limited to 'science/elmerpost')
-rw-r--r-- | science/elmerpost/Makefile | 9 |
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} |