diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 11:44:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 11:44:47 +0000 |
commit | 37b7d031e0175d3267a289309bca60dfcbebea4c (patch) | |
tree | c62953bce26d3b9ef84f30b85193074f10d268f6 /databases/p5-DBD-CSV | |
parent | 66d68f5eaf8a3efacfb69916bd705fbf76bfbd1c (diff) | |
download | ports-37b7d031e0175d3267a289309bca60dfcbebea4c.tar.gz ports-37b7d031e0175d3267a289309bca60dfcbebea4c.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index e0986c20c58d..85b08c75c919 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -16,7 +16,7 @@ MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |