diff options
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-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 ff930fa42ad..425783ccb53 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:28:30 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/27 02:27:36 snj Exp $ # DISTNAME= DBD-CSV-0.2002 @@ -15,7 +15,7 @@ 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-CSV_XS -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/CSV/.packlist .include "../../lang/perl5/module.mk" |