diff options
author | recht <recht> | 2004-02-12 16:53:50 +0000 |
---|---|---|
committer | recht <recht> | 2004-02-12 16:53:50 +0000 |
commit | da6be413cbfc28a5923823bd3e741a57d87b8652 (patch) | |
tree | 5956b923defca0c6066ff78f90559909f0538c2f /math | |
parent | e6e7316bd68c97d85e05031ee35558b456497eb7 (diff) | |
download | pkgsrc-da6be413cbfc28a5923823bd3e741a57d87b8652.tar.gz |
Fix build by including mpi-ch's buildlink2.mk rather than just depending
on it.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Scientific/Makefile | 5 |
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" |