diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index c23a93a24f1..8d9d27c7c4e 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/05/02 04:19:41 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/07 14:03:31 wiz Exp $ # DISTNAME= grepmail-5.22 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} @@ -14,6 +15,7 @@ DEPENDS+= p5-Inline-[0-9]*:../../devel/p5-Inline DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate +DEPENDS+= p5-Mail-Mbox-MessageParser-[0-9]*:../../mail/p5-Mail-Mbox-MessageParser USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/grepmail/.packlist |