diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 00:51:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 00:51:29 +0800 |
commit | bd9e0a0f76f2019d4ee8659e7868d10cb3e49047 (patch) | |
tree | 97e413363d81d479ff087cf81f4e7b6014674d95 /japanese | |
parent | b01d084c62ba41889c6a4068e0c2f9a91541c9e2 (diff) | |
download | freebsd-ports-gnome-bd9e0a0f76f2019d4ee8659e7868d10cb3e49047.tar.gz freebsd-ports-gnome-bd9e0a0f76f2019d4ee8659e7868d10cb3e49047.tar.zst freebsd-ports-gnome-bd9e0a0f76f2019d4ee8659e7868d10cb3e49047.zip |
- Fix BUILD_DEPENDS
Submitted by: pointyhat via pav
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index 7788260a73e5..cb4d31253353 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${PATCH_SITES} @@ -32,7 +32,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0.60:${PORTSDIR}/dns/p5-Net-DNS \ p5-IO-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-IO-Compress-Zlib \ p5-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Digest-SHA>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} \ ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ |