aboutsummaryrefslogtreecommitdiffstats
path: root/math/spooles
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-23 09:34:26 +0800
committermaho <maho@FreeBSD.org>2006-07-23 09:34:26 +0800
commitfe3108fdda56d01a76480347b0ac31cb53eb48b8 (patch)
treefc1f8075d01231233c734f92a0579008c8dceb19 /math/spooles
parent1c6b22d700ce3d3cfede7f77cba281fc862c2a68 (diff)
downloadfreebsd-ports-gnome-fe3108fdda56d01a76480347b0ac31cb53eb48b8.tar.gz
freebsd-ports-gnome-fe3108fdda56d01a76480347b0ac31cb53eb48b8.tar.zst
freebsd-ports-gnome-fe3108fdda56d01a76480347b0ac31cb53eb48b8.zip
Change dependence to net/mpich2
Submitted by: thierry
Diffstat (limited to 'math/spooles')
-rw-r--r--math/spooles/Makefile4
-rw-r--r--math/spooles/files/patch-Make.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile
index 0fea7acdc43f..3a0967f46a9b 100644
--- a/math/spooles/Makefile
+++ b/math/spooles/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spooles
PORTVERSION= 2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://www.netlib.org/linalg/spooles/
.ifdef WITH_MPI
@@ -27,7 +27,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= SParse Object Oriented Linear Equations Solver
.if defined(WITH_MPI)
-BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
+BUILD_DEPENDS= ${LOCALBASE}/mpich2/lib/libmpich.a:${PORTSDIR}/net/mpich2
.endif
USE_GMAKE= yes #BSD make gives problems here
diff --git a/math/spooles/files/patch-Make.inc b/math/spooles/files/patch-Make.inc
index 1219dfef6bba..a855a75cf7aa 100644
--- a/math/spooles/files/patch-Make.inc
+++ b/math/spooles/files/patch-Make.inc
@@ -62,7 +62,7 @@
#
# MPI_INSTALL_DIR =
- MPI_INSTALL_DIR = /usr/local/mpich-1.0.13
-+MPI_INSTALL_DIR = %%LOCALBASE%%/mpich
++MPI_INSTALL_DIR = %%LOCALBASE%%/mpich2
#
#---------------------------------------------------------------------
#