summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"