diff options
Diffstat (limited to 'mail/demime/Makefile')
-rw-r--r-- | mail/demime/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 5cc1b192dc36..806694cd88d1 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= demime -PORTVERSION= 0.99c.6 +PORTVERSION= 0.99c.8 CATEGORIES= mail textproc MASTER_SITES= http://scifi.squawk.com/ DISTFILES= ${PORTNAME}.stable demime_junkmail.cf @@ -16,7 +16,8 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset NO_BUILD= yes |