summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2010-10-08 04:39:37 +0000
committerobache <obache>2010-10-08 04:39:37 +0000
commitf30004652a2c4e6c3b249ab7a3611c0b9f736599 (patch)
treefff2558c1c57cac4a599f45048600a4a5be04bc8
parent78e3c08abdff81b40bce5285541b144c847c3c34 (diff)
downloadpkgsrc-f30004652a2c4e6c3b249ab7a3611c0b9f736599.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/Makefile6
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"