pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qtgraph-qt5 py-qtgraph-qt5: use DEPENDS for py-qt5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29e94e0ed2f9
branches:  trunk
changeset: 389240:29e94e0ed2f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 15:52:48 2022 +0000

description:
py-qtgraph-qt5: use DEPENDS for py-qt5

diffstat:

 x11/py-qtgraph-qt5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5c41507a205f -r 29e94e0ed2f9 x11/py-qtgraph-qt5/Makefile
--- a/x11/py-qtgraph-qt5/Makefile       Fri Dec 02 15:51:52 2022 +0000
+++ b/x11/py-qtgraph-qt5/Makefile       Fri Dec 02 15:52:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/12/02 15:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/02 15:52:48 wiz Exp $
 
 DISTNAME=      pyqtgraph-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -15,6 +15,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
 # Optional deps
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
@@ -23,5 +24,4 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
-.include "../../x11/py-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index