pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt5-webengine
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 9 16:16:32 UTC 2022
Modified Files:
pkgsrc/x11/py-qt5-webengine: Makefile
Log Message:
py-qt5-webengine: add missing dependency on py-qt5
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qt5-webengine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qt5-webengine/Makefile
diff -u pkgsrc/x11/py-qt5-webengine/Makefile:1.1 pkgsrc/x11/py-qt5-webengine/Makefile:1.2
--- pkgsrc/x11/py-qt5-webengine/Makefile:1.1 Sun Jan 9 13:10:07 2022
+++ pkgsrc/x11/py-qt5-webengine/Makefile Sun Jan 9 16:16:32 2022
@@ -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 @@ HOMEPAGE= https://www.riverbankcomputing
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 @@ do-configure:
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 @@ do-configure:
.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