Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-gnuplot py-gnuplot: use buildlink for py-n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a769785c144c
branches:  trunk
changeset: 430113:a769785c144c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 27 18:35:01 2020 +0000

description:
py-gnuplot: use buildlink for py-numpy

diffstat:

 graphics/py-gnuplot/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 14a3271a6931 -r a769785c144c graphics/py-gnuplot/Makefile
--- a/graphics/py-gnuplot/Makefile      Mon Apr 27 18:33:18 2020 +0000
+++ b/graphics/py-gnuplot/Makefile      Mon Apr 27 18:35:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/20 11:57:52 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/27 18:35:01 adam Exp $
 
 DISTNAME=      gnuplot-py-1.8
 PKGNAME=       ${PYPKGPREFIX}-gnuplot-1.8
@@ -11,11 +11,10 @@
 COMMENT=       Python package that interfaces to gnuplot
 LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-
 USE_LANGUAGES= # empty
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.8
 
 .include "../../lang/python/distutils.mk"
+.include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index