pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-gnuplot



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 27 18:35:02 UTC 2020

Modified Files:
        pkgsrc/graphics/py-gnuplot: Makefile

Log Message:
py-gnuplot: use buildlink for py-numpy


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/py-gnuplot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-gnuplot/Makefile
diff -u pkgsrc/graphics/py-gnuplot/Makefile:1.27 pkgsrc/graphics/py-gnuplot/Makefile:1.28
--- pkgsrc/graphics/py-gnuplot/Makefile:1.27    Fri Mar 20 11:57:52 2020
+++ pkgsrc/graphics/py-gnuplot/Makefile Mon Apr 27 18:35:01 2020
@@ -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 @@ HOMEPAGE=   http://gnuplot-py.sourceforge.
 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