From 7d012396a53af78a70cc9a70096ae2d6478157ef Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 23 Nov 2008 23:35:06 +0000 Subject: Explain why this only works with python21. --- textproc/py-csv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') 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" -- cgit v1.2.3