diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-12 10:10:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-12 10:10:30 +0800 |
commit | 085cb28f20a9c1d2d81ddaf070e4851a8fffafa2 (patch) | |
tree | 1d220756f48ff3f0c7c60a3687792a2225ca44a6 /mail/demime | |
parent | dc845c26cf9de50005d87e2a5ee0e1f0d1119ece (diff) | |
download | freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.tar.gz freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.tar.zst freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.zip |
- Fix *_DEPENDS entries after www/p5-libwww updated to 6.x
Diffstat (limited to 'mail/demime')
-rw-r--r-- | mail/demime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 47a12ed6eb79..4031eafc8e79 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}.${PORTVERSION} ${PORTNAME}_junkmail.cf MAINTAINER= gjb@FreeBSD.org COMMENT= A tool to scrub mime from mailing lists -RUN_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= p5-libwww>=0:${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 |