diff options
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 12819078398..7fc67483d65 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 13:57:03 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/16 02:38:05 wiz Exp $ # DISTNAME= DBD-CSV-0.1022 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement -DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CVS_XS +DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/CSV/.packlist |