diff options
author | alane <alane@FreeBSD.org> | 2002-09-21 05:06:24 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-21 05:06:24 +0000 |
commit | 377abc54baf70eec90496987cbf355b2dcae66c9 (patch) | |
tree | 83910412c974d042ad1ca999be62cb173ed8a963 /mail | |
parent | 27b47251e02f8426a7bf5dd12f0ecf712283c54d (diff) | |
download | FreeBSD-ports-377abc54baf70eec90496987cbf355b2dcae66c9.zip FreeBSD-ports-377abc54baf70eec90496987cbf355b2dcae66c9.tar.gz |
Added dep on p5-HTML-Parser.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 852afee..803d652 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -17,6 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@geeksrus.net BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${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 \ |