diff options
Diffstat (limited to 'security/egd/Makefile')
-rw-r--r-- | security/egd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile index 36269bd26e1..32725c05bdc 100644 --- a/security/egd/Makefile +++ b/security/egd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/11/12 00:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= egd-0.8 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lothar.com/tech/crypto/ COMMENT= EGD: Entropy Gathering Daemon +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA PERL5_PACKLIST= auto/egd/.packlist |