pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/splint USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/566e9b47a652
branches:  trunk
changeset: 514183:566e9b47a652
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 08 15:56:43 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 devel/splint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21ab6ca787ca -r 566e9b47a652 devel/splint/Makefile
--- a/devel/splint/Makefile     Thu Jun 08 15:56:00 2006 +0000
+++ b/devel/splint/Makefile     Thu Jun 08 15:56:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:30 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/08 15:56:43 minskim Exp $
 #
 
 VERSION=       3.1.1
@@ -14,7 +14,7 @@
 COMMENT=       Statically check C programs
 
 WRKSRC=                ${WRKDIR}/splint-${VERSION}
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake lex
 GNU_CONFIGURE=  YES
 
 post-install:



Home | Main Index | Thread Index | Old Index