summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsnj <snj>2008-11-23 23:35:06 +0000
committersnj <snj>2008-11-23 23:35:06 +0000
commit7d012396a53af78a70cc9a70096ae2d6478157ef (patch)
tree1a6ae8192957ab7194167b39d18804433de0b47c /textproc
parentf3c222c388c68c82df77b4e5dc715397d33e9e3b (diff)
downloadpkgsrc-7d012396a53af78a70cc9a70096ae2d6478157ef.tar.gz
Explain why this only works with python21.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-csv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile
index bf63b118a07..2ccc1e58854 100644
--- a/textproc/py-csv/Makefile
+++ b/textproc/py-csv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/11/23 23:35:06 snj Exp $
#
DISTNAME= csv-1.0
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-PYTHON_VERSIONS_ACCEPTED= 21
+PYTHON_VERSIONS_ACCEPTED= 21 # included in python>=2.3
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"