summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /editors
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'editors')
-rw-r--r--editors/retext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index 9a911b47c0e..a15b42002d0 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/11/25 00:38:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.9 2021/12/30 13:05:31 adam Exp $
DISTNAME= ReText-7.2.2
PKGNAME= ${DISTNAME:tl}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-markups
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-markups
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/egg.mk"