pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-cmudict
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 30 15:25:39 UTC 2023
Modified Files:
pkgsrc/textproc/py-cmudict: Makefile
Log Message:
py-cmudict: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-cmudict/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-cmudict/Makefile
diff -u pkgsrc/textproc/py-cmudict/Makefile:1.7 pkgsrc/textproc/py-cmudict/Makefile:1.8
--- pkgsrc/textproc/py-cmudict/Makefile:1.7 Wed Mar 29 09:34:13 2023
+++ pkgsrc/textproc/py-cmudict/Makefile Thu Mar 30 15:25:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/03/29 09:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/03/30 15:25:39 wiz Exp $
DISTNAME= cmudict-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION } < 310
+.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.6:../../devel/py-importlib-metadata
DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=5.0:../../devel/py-importlib-resources
.endif
Home |
Main Index |
Thread Index |
Old Index