pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/qutebrowser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  2 23:12:59 UTC 2022

Modified Files:
        pkgsrc/www/qutebrowser: Makefile

Log Message:
qutebrowser: use DEPENDS for py-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/qutebrowser/Makefile

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

Modified files:

Index: pkgsrc/www/qutebrowser/Makefile
diff -u pkgsrc/www/qutebrowser/Makefile:1.16 pkgsrc/www/qutebrowser/Makefile:1.17
--- pkgsrc/www/qutebrowser/Makefile:1.16        Wed Nov 23 16:21:22 2022
+++ pkgsrc/www/qutebrowser/Makefile     Fri Dec  2 23:12:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/11/23 16:21:22 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/02 23:12:59 wiz Exp $
 
 DISTNAME=      qutebrowser-1.13.1
 PKGREVISION=   11
@@ -16,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-cssutils-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-peg2-[0-9]*:../../textproc/py-peg2
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
@@ -27,7 +28,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_PKG_RESOURCES=     yes
 
 .include "../../lang/python/egg.mk"
-.include "../../x11/py-qt5/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtwebkit/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index