diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 12:56:59 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 12:56:59 +0800 |
commit | f02ec2a46a1f4a280341bf2659bcec89a8d22e2f (patch) | |
tree | 6e5fbd48b3fa38964f29ea1f25749b876bf338b5 /devel/bugzilla2 | |
parent | 906b79f4152e43f22c5fd6d37abccde0dc73ae24 (diff) | |
download | freebsd-ports-gnome-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.tar.gz freebsd-ports-gnome-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.tar.zst freebsd-ports-gnome-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).
Approved by: portmgr (itetcu)
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r-- | devel/bugzilla2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index 5bf7cc26fc58..9b3d68ba68d5 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -25,13 +25,10 @@ OPTIONS= MYSQL "MySQL database support" on \ LDAP "Enable LDAP support" off RUN_DEPENDS+= \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader |