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:   wiz
Date:           Sun Dec  4 17:51:27 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
calibre: fix dependency pattern


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 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.277 pkgsrc/misc/calibre/Makefile:1.278
--- pkgsrc/misc/calibre/Makefile:1.277  Sun Dec  4 16:27:14 2022
+++ pkgsrc/misc/calibre/Makefile        Sun Dec  4 17:51:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.277 2022/12/04 16:27:14 gdt Exp $
+# $NetBSD: Makefile,v 1.278 2022/12/04 17:51:26 wiz Exp $
 
 # Needs update to 6.9.0
 DISTNAME=      calibre-5.44.0
@@ -41,7 +41,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zeroconf-[0-9]*
 
 # for installation
 TOOL_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sip6:../../x11/py-sip6
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sip6-[0-9]*:../../x11/py-sip6
 BUILD_DEPENDS+=        xdg-utils>=1.0.2:../../misc/xdg-utils
 
 EXTRACT_USING= bsdtar



Home | Main Index | Thread Index | Old Index