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 /japanese | |
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 'japanese')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index a3e0de4a867e..b685685507f2 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -30,7 +30,7 @@ COMMENT= SpamAssassin with Japanese tokenizer RUN_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS \ p5-HTML-Parser>=3.43:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Encode/Detect.pm:${PORTSDIR}/converters/p5-Encode-Detect \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS+= ja-p5-MeCab>=0.98:${PORTSDIR}/japanese/p5-MeCab |