diff options
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 |