From 2188bb47b9bf3459af2aeba9d0b1e781dafe4a73 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 23 May 2005 21:18:53 +0000 Subject: AIDE wants flex, not just any old "lex". --- security/aide/Makefile | 4 ++-- security/aide06/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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" -- cgit v1.2.3