diff options
author | tg <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
commit | 30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 (patch) | |
tree | 2ddc11cb0d2b59ccd8eeb832d551757d59234c8f /math/py-gnuplot | |
parent | 43fcff6edce8c91fea8769328f4ee16e0815ab04 (diff) | |
download | FreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.zip FreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.gz |
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'math/py-gnuplot')
-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 dc0941b..92ca39c 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/py-numeric +BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric + ${PYNUMERIC} USE_PYTHON= yes USE_PYDISTUTILS= yes |