summaryrefslogtreecommitdiff
path: root/editors/retext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/retext/Makefile')
-rw-r--r--editors/retext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index 5ad1572de3c..e10f503abf7 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/03/07 07:31:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/10/03 12:42:28 gutteridge Exp $
DISTNAME= ReText-7.2.1
PKGNAME= ${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
@@ -16,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-markups
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/egg.mk"