summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2008-11-23 23:35:06 +0000
committersnj <snj@pkgsrc.org>2008-11-23 23:35:06 +0000
commit457575d425ff45292c00fa5b71175ccc5d56a5f4 (patch)
tree1a6ae8192957ab7194167b39d18804433de0b47c /textproc
parent8f0a1f9da200908d44a08ecb995081a18638c1ad (diff)
downloadpkgsrc-457575d425ff45292c00fa5b71175ccc5d56a5f4.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"