pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.i18nmessageid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  9 18:55:15 UTC 2025

Modified Files:
        pkgsrc/devel/py-zope.i18nmessageid: Makefile

Log Message:
py-zope.i18nmessageid: fix typo to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-zope.i18nmessageid/Makefile

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

Modified files:

Index: pkgsrc/devel/py-zope.i18nmessageid/Makefile
diff -u pkgsrc/devel/py-zope.i18nmessageid/Makefile:1.8 pkgsrc/devel/py-zope.i18nmessageid/Makefile:1.9
--- pkgsrc/devel/py-zope.i18nmessageid/Makefile:1.8     Wed Oct 29 17:57:26 2025
+++ pkgsrc/devel/py-zope.i18nmessageid/Makefile Sun Nov  9 18:55:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/10/29 17:57:26 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/11/09 18:55:15 wiz Exp $
 
 DISTNAME=      zope_i18nmessageid-8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/zopefoundat
 COMMENT=       Zope Message Identifiers for internationalization
 LICENSE=       zpl-2.1
 
-TOOLS_DEPENDS+=        ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testrunner>=6.4:../../devel/py-zope.testrunner
 



Home | Main Index | Thread Index | Old Index