diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-29 20:50:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-29 20:50:07 +0800 |
commit | 07fcea1027382f674344a788c6bc0b7f899a1c4d (patch) | |
tree | 40f5c90d822a04e8607327674574414d7ff4287b /math/py-gnuplot/Makefile | |
parent | c3b5692085a365cfbac48e46ac6095feb6fef134 (diff) | |
download | freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.tar.gz freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.tar.zst freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.zip |
math/numpy was renamed to math/py-numeric.
PR: 27594
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Diffstat (limited to 'math/py-gnuplot/Makefile')
-rw-r--r-- | math/py-gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index becc1c69a1ef..b29d915dd5f0 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -14,9 +14,9 @@ DISTNAME= Gnuplot-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy + ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric USE_PYTHON= yes SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py |