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
commit15318e803368cf00786988690f624008e6522143 (patch)
tree1a6ae8192957ab7194167b39d18804433de0b47c /textproc
parentae6e3622274060157ddbbf6e4265e73a1f6a859f (diff)
downloadpkgsrc-15318e803368cf00786988690f624008e6522143.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"