diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:00:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:00:25 +0800 |
commit | 7e17e1f48c5668aee97bb02f7db628b399b6a28f (patch) | |
tree | 06e56489eb6f9a77e546bf0099ae43647dfd3009 /www/rt36 | |
parent | 1caab9210d4bfaf32e117ff0aff051d98db390fd (diff) | |
download | freebsd-ports-gnome-7e17e1f48c5668aee97bb02f7db628b399b6a28f.tar.gz freebsd-ports-gnome-7e17e1f48c5668aee97bb02f7db628b399b6a28f.tar.zst freebsd-ports-gnome-7e17e1f48c5668aee97bb02f7db628b399b6a28f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/rt36')
-rw-r--r-- | www/rt36/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile index c40433c57344..9d38fc42c951 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -7,7 +7,7 @@ PORTNAME= rt PORTVERSION?= 3.6.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ http://download.bestpractical.com/pub/rt/devel/ \ @@ -33,7 +33,6 @@ PERL_MODULES = ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Module/Versions/Report.pm:${PORTSDIR}/devel/p5-Module-Versions-Report \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \ @@ -44,9 +43,9 @@ PERL_MODULES = ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \ ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ + ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ + ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ + ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \ p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \ |