summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-19 22:24:54 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-19 22:24:54 +0000
commite438497e8b767ffa0f6dcbfd8ed04403fb57256b (patch)
tree5ba18a88eea140dcae31cd2774a0cd9fa105c11a /textproc
parent2f0462baa0f155c1ac8cf5d65df29fd6587b7c00 (diff)
downloadpkgsrc-e438497e8b767ffa0f6dcbfd8ed04403fb57256b.tar.gz
Uses Python 2 syntax.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xxdiff/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xxdiff/Makefile.common b/textproc/xxdiff/Makefile.common
index eca93879ab2..3efbb8711f3 100644
--- a/textproc/xxdiff/Makefile.common
+++ b/textproc/xxdiff/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2018/03/11 20:52:38 ginsbach Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/12/19 22:24:54 joerg Exp $
# used by textproc/xxdiff/Makefile
# used by textproc/xxdiff-scripts/Makefile
@@ -16,3 +16,5 @@ LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../textproc/xxdiff/distinfo
XXDIFFDOCDIR= share/doc/xxdiff
+
+PYTHON_VERSIONS_ACCEPTED= 27