summaryrefslogtreecommitdiff
path: root/math/py-Scientific
diff options
context:
space:
mode:
authorrecht <recht>2004-02-12 16:53:50 +0000
committerrecht <recht>2004-02-12 16:53:50 +0000
commit0ab58604c3222028c1cd2e8ce6d7812d8e821163 (patch)
tree5956b923defca0c6066ff78f90559909f0538c2f /math/py-Scientific
parent87852a180a46b02f347bcce5ce3ffe024861b18d (diff)
downloadpkgsrc-0ab58604c3222028c1cd2e8ce6d7812d8e821163.tar.gz
Fix build by including mpi-ch's buildlink2.mk rather than just depending
on it.
Diffstat (limited to 'math/py-Scientific')
-rw-r--r--math/py-Scientific/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 6aa99ded652..0dad3fcf306 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/18 23:57:50 recht Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/12 16:53:50 recht Exp $
DISTNAME= ScientificPython-2.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -12,10 +12,8 @@ COMMENT= Python modules for scientific computing
CONFLICTS+= py-Scientific-*
-DEPENDS+= mpich>=1.2.1:../../parallel/mpi-ch
BUILDLINK_DEPENDS.python20= python20>=2.0.1nb1
BUILDLINK_DEPENDS.python21= python21>=2.1.1nb1
-#PYTHON_VERSIONS_ACCEPTED= 20 21 # doesn't compile for 22
USE_BUILDLINK2= yes
PYDISTUTILSPKG= yes
@@ -37,5 +35,6 @@ post-install:
.include "../../devel/netcdf/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink2.mk"
+.include "../../parallel/mpi-ch/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"