diff options
author | thierry <thierry@FreeBSD.org> | 2014-08-27 03:55:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-08-27 03:55:00 +0800 |
commit | 859146060dda192773e65d71e9f685df788fea6b (patch) | |
tree | c231c01e60f325a27b9a8aebac3f1c2331f74431 /math/blocksolve95 | |
parent | 54a5ffd94172ba3dc64815c0e06ebdefc035bc77 (diff) | |
download | freebsd-ports-gnome-859146060dda192773e65d71e9f685df788fea6b.tar.gz freebsd-ports-gnome-859146060dda192773e65d71e9f685df788fea6b.tar.zst freebsd-ports-gnome-859146060dda192773e65d71e9f685df788fea6b.zip |
Chase the upgrade of net/mpich2.
Approved by: portmgr (non staged ports)
Diffstat (limited to 'math/blocksolve95')
-rw-r--r-- | math/blocksolve95/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 50c87851f656..54800232a1a8 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -3,7 +3,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/f2c \ - libmpich.so.2:${PORTSDIR}/net/mpich2 + libmpich.so:${PORTSDIR}/net/mpich2 USES= fortran gmake tar:Z MAKEFILE= makefile |