diff options
author | ache <ache@FreeBSD.org> | 2002-03-05 01:33:09 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-03-05 01:33:09 +0800 |
commit | c5e9f1ee19e86a22a75d3fe7a0402cf31daf6d11 (patch) | |
tree | b7f48f6a7c213e33c919c698844d36c9470088d7 /mail/p5-Mail-SpamAssassin/Makefile | |
parent | afe31467da91d603b437c39c70b51081c0118a1d (diff) | |
download | freebsd-ports-gnome-c5e9f1ee19e86a22a75d3fe7a0402cf31daf6d11.tar.gz freebsd-ports-gnome-c5e9f1ee19e86a22a75d3fe7a0402cf31daf6d11.tar.zst freebsd-ports-gnome-c5e9f1ee19e86a22a75d3fe7a0402cf31daf6d11.zip |
Fix for new razor-agents 1.20
Add more required modules to *DEPENDS
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/Makefile')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index deea34fb90f6..f39c34b9986b 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} @@ -16,8 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_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}/Razor/Client.pm:${PORTSDIR}/mail/razor-agents PERL_CONFIGURE= yes |