Remove needless dependency on File::Copy.

PR:     ports/52524
This commit is contained in:
Sergey Skvortsov 2003-05-22 15:11:02 +00:00
parent cf010f6e14
commit ddb8f91e91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81712

View file

@ -28,7 +28,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storab
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/Chart/Math/Axis.pm:${PORTSDIR}/math/p5-Chart-Math-Axis \
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/File/Copy.pm:${PORTSDIR}/devel/p5-File-Tools \
${SITE_PERL}/File/Flat.pm:${PORTSDIR}/devel/p5-File-Flat \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \