pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6a9e8104110
branches:  trunk
changeset: 514259:b6a9e8104110
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 16:01:23 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 devel/treecc/Makefile             |  4 ++--
 graphics/plotutils-nox11/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 10e5cb4cab6b -r b6a9e8104110 devel/treecc/Makefile
--- a/devel/treecc/Makefile     Fri Jun 09 15:59:36 2006 +0000
+++ b/devel/treecc/Makefile     Fri Jun 09 16:01:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/31 05:37:09 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/09 16:01:23 minskim Exp $
 #
 
 DISTNAME=      treecc-0.3.6
@@ -11,7 +11,7 @@
 COMMENT=       DotGNU Portable.NET aspect-oriented programming tool
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake makeinfo
+USE_TOOLS+=    gmake lex makeinfo
 INFO_FILES=    # PLIST
 
 .include "../../mk/bsd.pkg.mk"
diff -r 10e5cb4cab6b -r b6a9e8104110 graphics/plotutils-nox11/Makefile
--- a/graphics/plotutils-nox11/Makefile Fri Jun 09 15:59:36 2006 +0000
+++ b/graphics/plotutils-nox11/Makefile Fri Jun 09 16:01:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/04/17 13:45:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2006/06/09 16:02:18 minskim Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -17,6 +17,7 @@
 PATCHDIR=              ${.CURDIR}/../../graphics/plotutils/patches
 
 USE_LANGUAGES=         c c++
+USE_TOOLS+=            lex
 
 INFO_FILES=            # PLIST
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index