summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-05-25 10:13:22 +0000
committeradam <adam@pkgsrc.org>2021-05-25 10:13:22 +0000
commit7953d26e8465aa88ebd1902b2a78347f7bc84378 (patch)
tree20bc13a5140e5406711087294955e1114362a826 /comms
parent02f7a8c9f21a871307c66c0a3faf221845bea983 (diff)
downloadpkgsrc-7953d26e8465aa88ebd1902b2a78347f7bc84378.tar.gz
py-rich: fix a typo
Diffstat (limited to 'comms')
-rw-r--r--comms/py-rich/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index 53703510185..cb4e712a12d 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/25 10:12:32 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/25 10:13:22 adam Exp $
DISTNAME= rich-10.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensio
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 36
DEPENDS+= ${PYPKGPREFIX}-py-dataclasses>=0.7:../../devel/py-dataclasses
.endif