From 30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 15 Jul 2002 11:37:35 +0000 Subject: Use $PYNUMERIC in the dependencies. --- math/py-gnuplot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-gnuplot') 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 -- cgit v1.1