diff options
author | Paul Richards <paul@FreeBSD.org> | 2001-08-15 01:25:12 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 2001-08-15 01:25:12 +0000 |
commit | f0a3bf95bda2127df426af886142321693514fed (patch) | |
tree | 2c00e317806f611a46cba6dfc56fe55db2f466ad /misc | |
parent | Add some mirrors (diff) |
p5-Text-CSV is in textproc and not devel. Fix dependency.
Notes
Notes:
svn path=/head/; revision=46264
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-DataCash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-DataCash/Makefile b/misc/p5-DataCash/Makefile index ef74d06355df..cd164c383db6 100644 --- a/misc/p5-DataCash/Makefile +++ b/misc/p5-DataCash/Makefile @@ -15,7 +15,7 @@ MAINTAINER= markm@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/CSV.pm:${PORTSDIR}/devel/p5-Text-CSV + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV PERL_CONFIGURE= yes |