pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad add lex to the GNU_TOOLS list. Needed for SunOS a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bcd5e706c6
branches:  trunk
changeset: 471217:85bcd5e706c6
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Mar 22 00:15:06 2004 +0000

description:
add lex to the GNU_TOOLS list.  Needed for SunOS and probably some others.

diffstat:

 cad/verilog-current/Makefile |  4 ++--
 cad/verilog/Makefile         |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c608b1ca8230 -r 85bcd5e706c6 cad/verilog-current/Makefile
--- a/cad/verilog-current/Makefile      Sun Mar 21 23:40:56 2004 +0000
+++ b/cad/verilog-current/Makefile      Mon Mar 22 00:15:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/03/12 22:37:12 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.39 2004/03/22 00:15:07 dmcmahill Exp $
 #
 
 DISTNAME=      verilog-${SNAPDATE}
@@ -20,7 +20,7 @@
 
 SNAPDATE=      20040220
 GNU_CONFIGURE= yes
-USE_GNU_TOOLS+=        make
+USE_GNU_TOOLS+=        lex make
 CONFIGURE_ARGS+=       --without-ipal
 YACC=          ${LOCALBASE}/bin/bison
 TEST_DIRS=     ${WRKSRC}
diff -r c608b1ca8230 -r 85bcd5e706c6 cad/verilog/Makefile
--- a/cad/verilog/Makefile      Sun Mar 21 23:40:56 2004 +0000
+++ b/cad/verilog/Makefile      Mon Mar 22 00:15:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/12 02:51:53 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/22 00:15:06 dmcmahill Exp $
 #
 
 DISTNAME=      verilog-0.7
@@ -18,7 +18,7 @@
 CONFLICTS+=    verilog-current-[0-9]*
 
 GNU_CONFIGURE= yes
-USE_GNU_TOOLS+=        make
+USE_GNU_TOOLS+=        lex make
 CONFIGURE_ARGS+=       --without-ipal
 YACC=                  ${LOCALBASE}/bin/bison
 TEST_DIRS=     ${WRKSRC}



Home | Main Index | Thread Index | Old Index