diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-07 16:34:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-07 16:34:27 +0000 |
commit | 05a2cbc2b4065df619532438fa1273548077e37e (patch) | |
tree | ffe8dc35739c0dc07e44a2c2fc8227a6fd376cb7 /math/blocksolve95 | |
parent | 171453ccf2d9ef87f9483a6cfa6dc4a62e374495 (diff) |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Notes
Notes:
svn path=/head/; revision=225403
Diffstat (limited to 'math/blocksolve95')
-rw-r--r-- | math/blocksolve95/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 3b04537905a4..86ab6823eeb4 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -7,7 +7,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math parallel MASTER_SITES= ftp://info.mcs.anl.gov/pub/BlockSolve95/ \ ftp://ftp.irisa.fr/pub/mirrors/BlockSolve95/ |