diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-07 14:03:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-07 14:03:31 +0000 |
commit | 162c3a1c9904bedd9d28e971bfdbb542a184c2ef (patch) | |
tree | 4244ab79600fff40260fb22ec4a61f657d8a7421 /mail | |
parent | 0cc8733701399500327713f3772320b111fae282 (diff) | |
download | pkgsrc-162c3a1c9904bedd9d28e971bfdbb542a184c2ef.tar.gz |
Add dependency on p5-Mail-Mbox-MessageParser to make this work
again. Closes PR 25121 by Douglas Brebner.
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 |