diff options
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 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 |