diff options
author | obache <obache@pkgsrc.org> | 2010-10-08 04:39:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-08 04:39:37 +0000 |
commit | f30a99615ed710a7b7473c1ae9e74eed27fa1d35 (patch) | |
tree | fff2558c1c57cac4a599f45048600a4a5be04bc8 | |
parent | f5357eda7e1c7aa6b1edac0bb9d4d476de5c7776 (diff) | |
download | pkgsrc-f30a99615ed710a7b7473c1ae9e74eed27fa1d35.tar.gz |
* using perl in test.pl.
* missing dependency in p5-SHA package is fixed, then no included copy of SHA
module will not be installed, conflict is resolved.
-rw-r--r-- | security/egd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile index b6144b4dcf4..5f917431ae8 100644 --- a/security/egd/Makefile +++ b/security/egd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/08/21 16:35:35 seb Exp $ +# $NetBSD: Makefile,v 1.17 2010/10/08 04:39:37 obache Exp $ # DISTNAME= egd-0.8 @@ -14,9 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA -PERL5_PACKLIST= auto/egd/.packlist +USE_TOOLS+= perl -BROKEN= Conflicts with dependency +PERL5_PACKLIST= auto/egd/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |