summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-03-22 00:15:06 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-03-22 00:15:06 +0000
commit74e0ec167c535666796ae118b594f032ce537fe6 (patch)
tree99a33c002ab5a45c9632caa3f354725d895a282e /cad
parenta3aa2cebe963cc0a09939e74eaa41ef11d90df5c (diff)
downloadpkgsrc-74e0ec167c535666796ae118b594f032ce537fe6.tar.gz
add lex to the GNU_TOOLS list. Needed for SunOS and probably some others.
Diffstat (limited to 'cad')
-rw-r--r--cad/verilog-current/Makefile4
-rw-r--r--cad/verilog/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile
index e439c984bda..02387d79fb0 100644
--- a/cad/verilog-current/Makefile
+++ b/cad/verilog-current/Makefile
@@ -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 @@ BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf
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 --git a/cad/verilog/Makefile b/cad/verilog/Makefile
index d16da6824f9..c38b858bb67 100644
--- a/cad/verilog/Makefile
+++ b/cad/verilog/Makefile
@@ -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 @@ BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf
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}