pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc USE_TOOLS+=lex yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cefbf97eda9a
branches:  trunk
changeset: 514256:cefbf97eda9a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 15:50:03 2006 +0000

description:
USE_TOOLS+=lex yacc

diffstat:

 cross/i386-mingw32/Makefile |  4 ++--
 devel/cdecl/Makefile        |  3 ++-
 devel/cxref/Makefile        |  3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r e7b027a4e3a9 -r cefbf97eda9a cross/i386-mingw32/Makefile
--- a/cross/i386-mingw32/Makefile       Fri Jun 09 15:34:31 2006 +0000
+++ b/cross/i386-mingw32/Makefile       Fri Jun 09 15:50:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:07 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/09 15:50:03 minskim Exp $
 
 DISTNAME=              cross-${TARGET_ARCH}-3.2
 CROSS_DISTFILES=
@@ -26,7 +26,7 @@
 MINGW_WRKSRC=          ${WRKDIR}/mingw-runtime-3.2
 CROSS_DISTFILES+=      w32api-2.5.tar.gz
 W32_WRKSRC=            ${WRKDIR}/w32api-2.5
-USE_TOOLS+=            gmake perl tar
+USE_TOOLS+=            gmake lex perl tar yacc
 
 WRKSRC=                        ${WRKDIR} # for the patch target
 AS_FOR_TARGET=         ${BINUTILS_WRKSRC}/gas/as-new
diff -r e7b027a4e3a9 -r cefbf97eda9a devel/cdecl/Makefile
--- a/devel/cdecl/Makefile      Fri Jun 09 15:34:31 2006 +0000
+++ b/devel/cdecl/Makefile      Fri Jun 09 15:50:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:13 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/09 15:50:35 minskim Exp $
 #
 
 DISTNAME=      cdecl-2.5
@@ -15,6 +15,7 @@
 BUILD_TARGET=          cdecl
 # missing rl_completion_matches
 USE_GNU_READLINE=      yes
+USE_TOOLS+=            lex yacc
 
 EGDIR=                 ${PREFIX}/share/examples/cdecl
 
diff -r e7b027a4e3a9 -r cefbf97eda9a devel/cxref/Makefile
--- a/devel/cxref/Makefile      Fri Jun 09 15:34:31 2006 +0000
+++ b/devel/cxref/Makefile      Fri Jun 09 15:50:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/08 20:18:00 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/09 15:52:28 minskim Exp $
 #
 
 DISTNAME=      cxref-1.6a
@@ -13,5 +13,6 @@
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --with-cxref-cpp
 USE_TOOLS+=            gmake   # uses the $< variable in the GNU way
+USE_TOOLS+=    lex yacc
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index