pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4f8ad31f23f
branches:  trunk
changeset: 453295:c4f8ad31f23f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 27 09:49:31 2021 +0000

description:
py-rich: fix typo

diffstat:

 comms/py-rich/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 735e9547c8f9 -r c4f8ad31f23f comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Thu May 27 09:02:41 2021 +0000
+++ b/comms/py-rich/Makefile    Thu May 27 09:49:31 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/25 10:13:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/27 09:49:31 adam Exp $
 
 DISTNAME=      rich-10.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 36
-DEPENDS+=      ${PYPKGPREFIX}-py-dataclasses>=0.7:../../devel/py-dataclasses
+DEPENDS+=      ${PYPKGPREFIX}-dataclasses>=0.7:../../devel/py-dataclasses
 .endif
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index