diff options
Diffstat (limited to 'textproc/py-csv/Makefile')
-rw-r--r-- | textproc/py-csv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index ad0613d556a..23749d102dc 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 18:21:05 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/17 18:23:49 recht Exp $ # DISTNAME= csv-1.0 @@ -15,5 +15,7 @@ USE_BUILDLINK2= YES PYDISTUTILSPKG= yes PYBINMODULE= yes +PYTHON_VERSIONS_ACCEPTED= 22 22pth 21 21pth 20 + .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |