summaryrefslogtreecommitdiff
path: root/math/py-Scientific/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-16 19:45:26 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-16 19:45:26 +0000
commitc511169aa8f6051c54113e134c0c312235925249 (patch)
tree7db418e5e681bc7155709f119a3121c3acd851a9 /math/py-Scientific/Makefile
parenta4bd69521a8ec30b17d929f0646c3df03313c2e1 (diff)
downloadpkgsrc-c511169aa8f6051c54113e134c0c312235925249.tar.gz
use buildlink files for Python and py-Numeric
Diffstat (limited to 'math/py-Scientific/Makefile')
-rw-r--r--math/py-Scientific/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 51f399fbdb6..774443069ec 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/05/14 16:22:35 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/16 19:45:26 drochner Exp $
DISTNAME= ScientificPython-2.2
PKGNAME= py-Scientific-2.2
@@ -12,9 +12,7 @@ COMMENT= Python modules for scientific computing
DEPENDS+= netcdf>=3.0:../../devel/netcdf
DEPENDS+= mpich>=1.2.1:../../parallel/mpi-ch
-DEPENDS+= py-Numeric-[0-9]*:../../math/py-Numeric
-USE_PYTHON= yes
PYDISTUTILSPKG= yes
PYBINMODULE= yes
@@ -31,7 +29,7 @@ do-configure:
${FILESDIR}/Setup.in > ${WRKSRC}/Src/MPI/Setup.in
post-build:
- cd ${WRKSRC}/Src/MPI && ${PYTHON} compile.py
+ cd ${WRKSRC}/Src/MPI && ${PYTHONBIN} compile.py
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Src/MPI/mpipython ${PREFIX}/bin
@@ -45,4 +43,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Examples/* \
${PREFIX}/share/examples/py-Scientific/
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../math/py-Numeric/buildlink.mk"
.include "../../mk/bsd.pkg.mk"