summaryrefslogtreecommitdiff
path: root/security/aide06
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-23 21:18:53 +0000
committerjlam <jlam>2005-05-23 21:18:53 +0000
commit2188bb47b9bf3459af2aeba9d0b1e781dafe4a73 (patch)
treeaaa521425d78668b45ddf104f55e87454f7c1fd9 /security/aide06
parentcd9ab9bc38e7ab330660984512080806a484a937 (diff)
downloadpkgsrc-2188bb47b9bf3459af2aeba9d0b1e781dafe4a73.tar.gz
AIDE wants flex, not just any old "lex".
Diffstat (limited to 'security/aide06')
-rw-r--r--security/aide06/Makefile4
1 files changed, 2 insertions, 2 deletions
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"