pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8806783c20db
branches:  trunk
changeset: 514167:8806783c20db
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 08 15:31:24 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

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

diffs (18 lines):

diff -r 9c01e07ce83a -r 8806783c20db devel/libjit/Makefile
--- a/devel/libjit/Makefile     Thu Jun 08 15:31:08 2006 +0000
+++ b/devel/libjit/Makefile     Thu Jun 08 15:31:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/06/06 14:56:51 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/08 15:31:24 minskim Exp $
 #
 
 DISTNAME=      libjit-0.0.4
@@ -12,7 +12,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake makeinfo
+USE_TOOLS+=            gmake lex makeinfo
 GNU_CONFIGURE=         yes
 INFO_FILES=            # PLIST
 



Home | Main Index | Thread Index | Old Index