pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security AIDE wants flex, not just any old "lex".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b24dcd7a8af
branches:  trunk
changeset: 494394:4b24dcd7a8af
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 23 21:18:53 2005 +0000

description:
AIDE wants flex, not just any old "lex".

diffstat:

 security/aide/Makefile   |  4 ++--
 security/aide06/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r a04995e6534a -r 4b24dcd7a8af security/aide/Makefile
--- a/security/aide/Makefile    Mon May 23 21:18:09 2005 +0000
+++ b/security/aide/Makefile    Mon May 23 21:18:53 2005 +0000
@@ -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 @@
 
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    bison gmake lex
+USE_TOOLS+=    bison flex gmake
 
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a04995e6534a -r 4b24dcd7a8af security/aide06/Makefile
--- a/security/aide06/Makefile  Mon May 23 21:18:09 2005 +0000
+++ b/security/aide06/Makefile  Mon May 23 21:18:53 2005 +0000
@@ -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 @@
 #BUILD_DEPENDS+=       bison-[0-9]*:../../devel/bison
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    bison lex
+USE_TOOLS+=    bison flex
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index