summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/aide/Makefile4
-rw-r--r--security/aide06/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 30cf148319b..5768730f9c2 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/23 21:18:09 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/23 21:18:53 jlam Exp $
#
DISTNAME= aide-0.10
@@ -13,7 +13,7 @@ BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
-USE_TOOLS+= bison gmake lex
+USE_TOOLS+= bison flex gmake
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/aide06/Makefile b/security/aide06/Makefile
index 13936404935..cf7d9b2c303 100644
--- a/security/aide06/Makefile
+++ b/security/aide06/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/05/23 21:18:09 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/23 21:18:53 jlam Exp $
#
DISTNAME= aide-0.6
@@ -13,6 +13,6 @@ COMMENT= Older intrusion detection system for checking file integrity
#BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
GNU_CONFIGURE= yes
-USE_TOOLS+= bison lex
+USE_TOOLS+= bison flex
.include "../../mk/bsd.pkg.mk"