diff options
author | demon <demon@FreeBSD.org> | 2004-07-26 18:41:36 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-07-26 18:41:36 +0800 |
commit | 40554efb04a5cc7087f48af9ab7a9a0d31d2f73c (patch) | |
tree | 4d4539f1d88de9661dde0dd71840919a8cbd724c /www/rt32 | |
parent | 39b7a084c6f2502aa8e0f50fc985ba8b3c033a2e (diff) | |
download | freebsd-ports-gnome-40554efb04a5cc7087f48af9ab7a9a0d31d2f73c.tar.gz freebsd-ports-gnome-40554efb04a5cc7087f48af9ab7a9a0d31d2f73c.tar.zst freebsd-ports-gnome-40554efb04a5cc7087f48af9ab7a9a0d31d2f73c.zip |
Remove extra dependencies (they are inherited from others).
This should be no-op.
Diffstat (limited to 'www/rt32')
-rw-r--r-- | www/rt32/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile index ab1ecefb29b6..986daa827ddd 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -19,16 +19,10 @@ COMMENT?= RT is an industrial-grade ticketing system written in Perl BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ ${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \ ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ @@ -41,7 +35,6 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/Module/Versions/Report.pm:${PORTSDIR}/devel/p5-Module-Versions-Report \ ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ |