diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-23 21:18:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-23 21:18:53 +0000 |
commit | 49bef90a54b8d550bc069a5d9ad9e4632d681ff6 (patch) | |
tree | aaa521425d78668b45ddf104f55e87454f7c1fd9 | |
parent | c897d2aa42d4e57233f662f4a088abaa3e8c8b56 (diff) | |
download | pkgsrc-49bef90a54b8d550bc069a5d9ad9e4632d681ff6.tar.gz |
AIDE wants flex, not just any old "lex".
-rw-r--r-- | security/aide/Makefile | 4 | ||||
-rw-r--r-- | security/aide06/Makefile | 4 |
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" |