diff options
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 29eb05019a8..12d8dd76c2f 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/01/18 14:35:13 adam Exp $ +# $NetBSD: Makefile,v 1.30 2012/03/09 15:02:40 fhajny Exp $ DISTNAME= postgrey-1.33 PKGREVISION= 3 @@ -10,6 +10,7 @@ HOMEPAGE= http://postgrey.schweikert.ch/ COMMENT= Postfix Greylist Policy Server DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server |