From d1480a6724461db3d2e8c3e50565e6535391fcef Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 5 Oct 2009 06:58:07 +0000 Subject: [PATCH] - add a py-numpy dependencies Report from Joachim Schipper, thanks. ok ajacoutot@ --- math/py-gnuplot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index 0579a6cf537..135a57300c9 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2009/05/19 13:56:11 benoit Exp $ +# $OpenBSD: Makefile,v 1.8 2009/10/05 06:58:07 benoit Exp $ COMMENT= Python interface to the gnuplot plotting program MODPY_EGG_VERSION= 1.8 DISTNAME= gnuplot-py-${MODPY_EGG_VERSION} -PKGNAME= py-${DISTNAME:S/py-//} +PKGNAME= py-${DISTNAME:S/py-//}p0 CATEGORIES= math graphics HOMEPAGE= http://gnuplot-py.sourceforge.net/ @@ -24,7 +24,8 @@ MODULES= lang/python BUILD_DEPENDS+= :py-Numeric-*:math/py-Numeric \ ::math/py-numpy RUN_DEPENDS+= :py-Numeric-*:math/py-Numeric \ - :gnuplot-*:math/gnuplot + :gnuplot-*:math/gnuplot \ + ::math/py-numpy NO_REGRESS= Yes