pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-libraries USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97ba307d1b8f
branches:  trunk
changeset: 516837:97ba307d1b8f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jul 29 05:39:09 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 security/nessus-libraries/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 082f1286deb9 -r 97ba307d1b8f security/nessus-libraries/Makefile
--- a/security/nessus-libraries/Makefile        Sat Jul 29 05:35:22 2006 +0000
+++ b/security/nessus-libraries/Makefile        Sat Jul 29 05:39:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/04/25 12:45:57 salo Exp $
+# $NetBSD: Makefile,v 1.27 2006/07/29 05:39:09 minskim Exp $
 
 .include       "../../security/nessus/Makefile.common"
 
@@ -7,7 +7,7 @@
 
 WRKSRC=                ${WRKDIR}/nessus-libraries
 
-USE_TOOLS+=            bison
+USE_TOOLS+=            bison lex
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-zlib=${BUILDLINK_PREFIX.zlib}/lib \



Home | Main Index | Thread Index | Old Index