pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Willow



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 15 13:57:08 UTC 2023

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

Log Message:
py-Willow: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-Willow/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-Willow/Makefile
diff -u pkgsrc/graphics/py-Willow/Makefile:1.10 pkgsrc/graphics/py-Willow/Makefile:1.11
--- pkgsrc/graphics/py-Willow/Makefile:1.10     Wed Mar 15 13:44:14 2023
+++ pkgsrc/graphics/py-Willow/Makefile  Wed Mar 15 13:57:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/03/15 13:44:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/03/15 13:57:08 wiz Exp $
 
 DISTNAME=      Willow-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT=      Wrapper library for Pillow, Ope
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-wand-[0-9]*:../../graphics/py-wand
-DEPENDS+=      ${PYPKGPREFIX}-Willow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.0:../../devel/py-mock
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index