summaryrefslogtreecommitdiff
path: root/math/py-Scientific
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-29 01:00:10 +0000
committerjtb <jtb@pkgsrc.org>2001-03-29 01:00:10 +0000
commit03f862678a256207883eb7f94fc9de18c611bad2 (patch)
tree4c1e7b7f094cccd90b8cfbd5b93dfe1a89a04044 /math/py-Scientific
parentd7919a47cba8f85e43a5d7157c5ed5f9572882d0 (diff)
downloadpkgsrc-03f862678a256207883eb7f94fc9de18c611bad2.tar.gz
Fix typo which caused i386 bulk build problem.
mpich->=1.2.1 becomes mpich>=1.2.1 .
Diffstat (limited to 'math/py-Scientific')
-rw-r--r--math/py-Scientific/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index c1578a0eeb6..494cdf44cc1 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/03/25 21:43:02 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/03/29 01:00:10 jtb Exp $
DISTNAME= ScientificPython-2.0.1
PKGNAME= py-Scientific-2.0.1
@@ -12,7 +12,7 @@ COMMENT= Python modules for scientific computing
DEPENDS+= python>=1.5:../../lang/python
DEPENDS+= netcdf>=3.0:../../devel/netcdf
-DEPENDS+= mpich->=1.2.1:../../parallel/mpi-ch
+DEPENDS+= mpich>=1.2.1:../../parallel/mpi-ch
DEPENDS+= py-Numeric-[0-9]*:../../math/py-Numeric
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"