diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-09 16:16:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-09 16:16:32 +0000 |
commit | 31de6a382fc8d508ff3443bafe217cdfe1f6fd3d (patch) | |
tree | deb94023d3d8bb33cb1cf483430333e3dea6bc7e /x11 | |
parent | 39fcf01066699f0d28e6967c0ee5ccdae2962da7 (diff) | |
download | pkgsrc-31de6a382fc8d508ff3443bafe217cdfe1f6fd3d.tar.gz |
py-qt5-webengine: add missing dependency on py-qt5
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt5-webengine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/py-qt5-webengine/Makefile b/x11/py-qt5-webengine/Makefile index 9a8fde677a1..e3fdc395c6e 100644 --- a/x11/py-qt5-webengine/Makefile +++ b/x11/py-qt5-webengine/Makefile @@ -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.com/software/pyqtwebengine/ 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" |