diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile index 02526bb41944..5b33f7ba9c28 100644 --- a/science/elmer-meshgen2d/Makefile +++ b/science/elmer-meshgen2d/Makefile @@ -7,7 +7,7 @@ PORTNAME= meshgen2d PORTVERSION= 5.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ PKGNAMEPREFIX= elmer- @@ -15,7 +15,11 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= A Mesh Generation Utility for use with the ELMER FEM package -USE_GCC= 4.1+ +WANT_FORTRAN=yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 + GNU_CONFIGURE= yes ALL_TARGET= |