diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 21:05:28 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 21:05:28 +0800 |
commit | d32028296e35d029b03b23217f6ff39641e896a3 (patch) | |
tree | d8d8883ad3671b2e43f1741fd5217dda2e80c851 /mail/demime | |
parent | d5485fa13977b0be41ff8bf56d325c914090a213 (diff) | |
download | freebsd-ports-gnome-d32028296e35d029b03b23217f6ff39641e896a3.tar.gz freebsd-ports-gnome-d32028296e35d029b03b23217f6ff39641e896a3.tar.zst freebsd-ports-gnome-d32028296e35d029b03b23217f6ff39641e896a3.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).
Approved by: portmgr (itetcu)
Diffstat (limited to 'mail/demime')
-rw-r--r-- | mail/demime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 8e78eb8215ac..5f5568afdebf 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -7,6 +7,7 @@ PORTNAME= demime PORTVERSION= 1.1d +PORTREVISION= 1 CATEGORIES= mail textproc MASTER_SITES= http://majordomo.squawk.com/njs/demime/:demime \ http://scifi.squawk.com/:junkmail @@ -15,8 +16,7 @@ DISTFILES= ${PORTNAME}.${PORTVERSION}:demime demime_junkmail.cf:junkmail MAINTAINER= ports@FreeBSD.org COMMENT= A tool to scrub mime from mailing lists -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset |