diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-05 20:47:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-05 20:47:34 +0000 |
commit | 0dbdcfa23bc97d8a25b8a9c34a1e755a97703570 (patch) | |
tree | 7cfd375c992d10296c2cdfdd0eec867a6adba483 /www/qutebrowser | |
parent | 43bf547eddd3cbde9cce40d8543fe310d705c04e (diff) | |
download | pkgsrc-0dbdcfa23bc97d8a25b8a9c34a1e755a97703570.tar.gz |
*: set USE_PKG_RESOURCES for more packages
Diffstat (limited to 'www/qutebrowser')
-rw-r--r-- | www/qutebrowser/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index cf49a407bc4..5de2edd9841 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/01/04 20:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/05 20:47:37 wiz Exp $ DISTNAME= qutebrowser-1.13.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=qutebrowser/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -24,6 +24,8 @@ USE_LANGUAGES= # none 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" |