pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Dec  3 13:25:49 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
misc/calibre: Make sip and qt-builder be TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/misc/calibre/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.275 pkgsrc/misc/calibre/Makefile:1.276
--- pkgsrc/misc/calibre/Makefile:1.275  Sat Dec  3 12:29:27 2022
+++ pkgsrc/misc/calibre/Makefile        Sat Dec  3 13:25:49 2022
@@ -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]*
 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



Home | Main Index | Thread Index | Old Index