summaryrefslogtreecommitdiff
path: root/cad/verilog
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 20:28:47 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 20:28:47 +0000
commit6a6cd5f01fe868efc05172603f50ca80b9d438a2 (patch)
tree241d2823c401d78f7a7f1c2fef687b213864c459 /cad/verilog
parent6a44e12a0bbb906af03439cb5910a712ce0609be (diff)
downloadpkgsrc-6a6cd5f01fe868efc05172603f50ca80b9d438a2.tar.gz
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'cad/verilog')
-rw-r--r--cad/verilog/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile
index 05782e359c7..2155d2aa7aa 100644
--- a/cad/verilog/Makefile
+++ b/cad/verilog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/05/22 20:07:41 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/22 20:28:47 jlam Exp $
#
DISTNAME= verilog-0.8.1
@@ -11,16 +11,14 @@ COMMENT= Verilog simulation and synthesis tool (stable release version)
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-
CONFLICTS+= verilog-current-[0-9]*
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake lex
+GNU_CONFIGURE= yes
+USE_TOOLS+= bison gmake lex
CONFIGURE_ARGS+= --without-ipal
YACC= ${LOCALBASE}/bin/bison
-TEST_DIRS= ${WRKSRC}
-TEST_TARGET= check
+TEST_DIRS= ${WRKSRC}
+TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/bzip2/buildlink3.mk"