diff options
Diffstat (limited to 'textproc/py-csv')
-rw-r--r-- | textproc/py-csv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index 30733244e21..6da6b096808 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:41 tv Exp $ # DISTNAME= csv-1.0 @@ -10,7 +10,6 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.object-craft.com.au/projects/csv/ COMMENT= CSV reading module for Python -USE_BUILDLINK3= YES PYDISTUTILSPKG= yes PYBINMODULE= yes |