diff options
author | gdt <gdt@pkgsrc.org> | 2022-12-03 13:25:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-12-03 13:25:49 +0000 |
commit | d269bef649f635850ff76f3562763ec0f1bdf346 (patch) | |
tree | 3a56f1afd3776a80a84cc15f5912b78f5974bf77 /misc | |
parent | 2de456b413688c3ab98d1f6aa8f815c3deeea950 (diff) | |
download | pkgsrc-d269bef649f635850ff76f3562763ec0f1bdf346.tar.gz |
misc/calibre: Make sip and qt-builder be TOOL_DEPENDS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index a6fe1f36342..05621974547 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.275 2022/12/03 12:29:27 gdt Exp $ +# $NetBSD: Makefile,v 1.276 2022/12/03 13:25:49 gdt Exp $ +# Needs update to 6.9.0 DISTNAME= calibre-5.44.0 PKGREVISION= 1 CATEGORIES= misc @@ -33,14 +34,14 @@ DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5 DEPENDS+= ${PYPKGPREFIX}-qt5-webengine-[0-9]*:../../x11/py-qt5-webengine DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex -DEPENDS+= ${PYPKGPREFIX}-sip5>=5.5<6:../../x11/py-sip5 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-soupsieve-[0-9]*:../../www/py-soupsieve DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-zeroconf-[0-9]*:../../net/py-zeroconf # for installation -BUILD_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder +TOOL_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder +TOOL_DEPENDS+= ${PYPKGPREFIX}-sip5>=5.5<6:../../x11/py-sip5 BUILD_DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils EXTRACT_USING= bsdtar |