diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 04:19:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 04:19:47 +0000 |
commit | cdc177e643b9e097db0da12474f02bd353c2b6b9 (patch) | |
tree | 8c34440b40a643c4e77f19e0b0a19673bcd5e31a /security/egd | |
parent | 535a02e6397df2edc710d65cc885e238a922a288 (diff) | |
download | pkgsrc-cdc177e643b9e097db0da12474f02bd353c2b6b9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/egd')
-rw-r--r-- | security/egd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile index f6872e81b3c..0577f3e6bfa 100644 --- a/security/egd/Makefile +++ b/security/egd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:53 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/26 04:19:47 snj Exp $ # DISTNAME= egd-0.8 @@ -12,7 +12,7 @@ COMMENT= EGD: Entropy Gathering Daemon DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/egd/.packlist .include "../../lang/perl5/module.mk" |