summaryrefslogtreecommitdiff
path: root/math/py-gnuplot
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
commitb7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch)
tree11b24b96bb495135b5653482b8e82cf768508bce /math/py-gnuplot
parentadd fastresolve 2.8 (diff)
Use $PYNUMERIC in the dependencies.
Notes
Notes: svn path=/head/; revision=62985
Diffstat (limited to 'math/py-gnuplot')
-rw-r--r--math/py-gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile
index dc0941b06545..92ca39ccea79 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