diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-16 02:38:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-16 02:38:05 +0000 |
commit | 24a0333e2de77ecc2bd9e001a5f1cbc0ab554a10 (patch) | |
tree | 8eb32ce2cb70ed9f80898c58dd0156a23ea35194 /databases/p5-DBD-CSV | |
parent | bf97146be8763201e010fef854132efe26460b9e (diff) | |
download | pkgsrc-24a0333e2de77ecc2bd9e001a5f1cbc0ab554a10.tar.gz |
Fix dependency line.
Diffstat (limited to 'databases/p5-DBD-CSV')
-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 |