diff options
author | jtb <jtb> | 2001-03-29 01:00:10 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-29 01:00:10 +0000 |
commit | e0ed8857426b9ddb638e2434d0778cde7dde1e08 (patch) | |
tree | 4c1e7b7f094cccd90b8cfbd5b93dfe1a89a04044 /math | |
parent | a0b3ad777ba4b20239d2fa54b495dad416808d47 (diff) | |
download | pkgsrc-e0ed8857426b9ddb638e2434d0778cde7dde1e08.tar.gz |
Fix typo which caused i386 bulk build problem.
mpich->=1.2.1 becomes mpich>=1.2.1 .
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Scientific/Makefile | 4 |
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" |