diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 13:36:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 13:36:27 +0000 |
commit | 95148da5c3ab023f41683d9c0413dfaea80fc5c9 (patch) | |
tree | a48b87f0301cad8e8e481c8516acc0669c25c6dd /science/elmergrid | |
parent | * Migrate to gfortran. (diff) |
* change to USE_GCC=4.2+
* bump port revision
Diffstat (limited to 'science/elmergrid')
-rw-r--r-- | science/elmergrid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile index fe67eef863b0..b9300359a462 100644 --- a/science/elmergrid/Makefile +++ b/science/elmergrid/Makefile @@ -7,13 +7,14 @@ PORTNAME= elmergrid PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ MAINTAINER= ports@FreeBSD.org COMMENT= A Mesh Manipulation Utility for use with the ELMER FEM package -USE_GCC= 4.1+ +USE_GCC= 4.2+ GNU_CONFIGURE= yes ALL_TARGET= |