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