summaryrefslogtreecommitdiff
path: root/cad/verilog/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-21 08:00:49 +0000
committerrillig <rillig@pkgsrc.org>2006-05-21 08:00:49 +0000
commit76365c833f6b9f79114a10385b538fb5848e18f7 (patch)
treee45516b10bb3995a57c0dbbc2412837ae177e952 /cad/verilog/Makefile
parent955428e9eaf4b069b9a017f7928e946dd202ffc4 (diff)
downloadpkgsrc-76365c833f6b9f79114a10385b538fb5848e18f7.tar.gz
Fixed pkglint warnings. Since bison and lex are not used when building,
they don't need to be defined in USE_TOOLS.
Diffstat (limited to 'cad/verilog/Makefile')
-rw-r--r--cad/verilog/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile
index ff4ffda1b54..0dcdc45dd18 100644
--- a/cad/verilog/Makefile
+++ b/cad/verilog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/05/06 19:13:55 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.27 2006/05/21 08:00:49 rillig Exp $
#
DISTNAME= verilog-0.8.2
@@ -16,10 +16,8 @@ CONFLICTS+= verilog-current-[0-9]*
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
-USE_TOOLS+= bison gmake lex
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-ipal
-YACC= ${LOCALBASE}/bin/bison
-TEST_DIRS= ${WRKSRC}
TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"