pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qt5-webengine py-qt5-webengine: add missing dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/376cf4f90fb1
branches:  trunk
changeset: 371343:376cf4f90fb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 09 16:16:32 2022 +0000

description:
py-qt5-webengine: add missing dependency on py-qt5

diffstat:

 x11/py-qt5-webengine/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r b28543042d2a -r 376cf4f90fb1 x11/py-qt5-webengine/Makefile
--- a/x11/py-qt5-webengine/Makefile     Sun Jan 09 15:59:31 2022 +0000
+++ b/x11/py-qt5-webengine/Makefile     Sun Jan 09 16:16:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/09 13:10:07 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/09 16:16:32 wiz Exp $
 
 DISTNAME=      PyQtWebEngine-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-qt5-webengine-5.15.5
@@ -10,6 +10,8 @@
 COMMENT=       Python module for QtWebEngine (Chromium-based)
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
+
 .include "../../lang/python/pyversion.mk"
 
 USE_LANGUAGES= c c++
@@ -31,8 +33,6 @@
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
                 ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}
 
-.include "../../mk/bsd.prefs.mk"
-
 .include "../../lang/python/extension.mk"
 .include "../../x11/py-sip/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
@@ -40,5 +40,4 @@
 .include "../../x11/qt5-qtlocation/buildlink3.mk"
 .include "../../x11/qt5-qtwebchannel/buildlink3.mk"
 .include "../../x11/qt5-qtwebengine/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index