pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-mcomix



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 13:06:02 UTC 2023

Modified Files:
        pkgsrc/graphics/py-mcomix: Makefile

Log Message:
py-mcomix: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/py-mcomix/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-mcomix/Makefile
diff -u pkgsrc/graphics/py-mcomix/Makefile:1.25 pkgsrc/graphics/py-mcomix/Makefile:1.26
--- pkgsrc/graphics/py-mcomix/Makefile:1.25     Sun Jan 29 21:16:44 2023
+++ pkgsrc/graphics/py-mcomix/Makefile  Mon Jul  3 13:06:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/01/29 21:16:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2023/07/03 13:06:02 wiz Exp $
 
 DISTNAME=      mcomix-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     http://mcomix.sourceforge.net/
 COMMENT=       GTK+ comic book viewer
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow6
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-gobject3>=3.36.0:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
 



Home | Main Index | Thread Index | Old Index