diff options
author | tg <tg@FreeBSD.org> | 2001-05-03 11:03:46 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-03 11:03:46 +0000 |
commit | 9f08ab3f723300fe9d7c0beba88fab507f60c74d (patch) | |
tree | 3b2b01da967979b4f2e9193f8946882f7e4bcb49 /math/py-scientific | |
parent | 1d38f06cf7a45207762ac85addeaeb1949ee1c92 (diff) | |
download | FreeBSD-ports-9f08ab3f723300fe9d7c0beba88fab507f60c74d.zip FreeBSD-ports-9f08ab3f723300fe9d7c0beba88fab507f60c74d.tar.gz |
numpy -> py-numeric
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 dced991..8e8e417 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 |