summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-17 12:04:11 +0000
committerrillig <rillig>2007-11-17 12:04:11 +0000
commit21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch)
tree7c0b6ad43df35f003718d0265e14450da8a53df0 /cad
parent9102ea67210a656f775e13a6addd64a62798560d (diff)
downloadpkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'cad')
-rw-r--r--cad/covered-current/Makefile4
-rw-r--r--cad/covered/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile
index a6bc3189c8b..4cc2161c654 100644
--- a/cad/covered-current/Makefile
+++ b/cad/covered-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-${SNAPDATE}
@@ -18,7 +18,7 @@ CONFLICTS+= covered-[0-9]*
SNAPDATE= 20060904
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find
diff --git a/cad/covered/Makefile b/cad/covered/Makefile
index f999dda3504..165ad7c8672 100644
--- a/cad/covered/Makefile
+++ b/cad/covered/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/12 03:11:18 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-0.4.7
@@ -16,7 +16,7 @@ DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog
CONFLICTS+= covered-current-[0-9]*
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find