diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-03 11:03:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-03 11:03:46 +0000 |
commit | 18fd1e0fb87d11ddf3b3ed9c4e7c637106bec437 (patch) | |
tree | a6247a5bec40d640a18960ce455d656b31f76431 /math/py-scientific | |
parent | 635199626e57dd88c8243a367b9f791dd508b0cf (diff) | |
download | ports-18fd1e0fb87d11ddf3b3ed9c4e7c637106bec437.tar.gz ports-18fd1e0fb87d11ddf3b3ed9c4e7c637106bec437.zip |
Notes
Diffstat (limited to 'math/py-scientific')
-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 dced99131941..8e8e41772046 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -15,10 +15,10 @@ DISTNAME= ScientificPython-${PORTVERSION} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \ +BUILD_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric \ ${PYDISTUTILS} LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf -RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy +RUN_DEPENDS= ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/py-numeric USE_PYTHON= yes |