summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-29 01:00:10 +0000
committerjtb <jtb>2001-03-29 01:00:10 +0000
commit662aa305c1b4f5443d974feceecd3d75acfbcf03 (patch)
tree4c1e7b7f094cccd90b8cfbd5b93dfe1a89a04044
parent15a545ca6a3039a7cd37421cbf60c7e2060c72c9 (diff)
downloadpkgsrc-662aa305c1b4f5443d974feceecd3d75acfbcf03.tar.gz
Fix typo which caused i386 bulk build problem.
mpich->=1.2.1 becomes mpich>=1.2.1 .
-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"