From 6a6cd5f01fe868efc05172603f50ca80b9d438a2 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 May 2005 20:28:47 +0000 Subject: Replace explicit build dependencies on bison and manipulations on the YACC variable with USE_TOOLS+=bison. --- cad/verilog-current/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'cad/verilog-current/Makefile') diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 7ce1e16b607..d11cc15c710 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/05/22 20:07:41 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2005/05/22 20:28:47 jlam Exp $ # DISTNAME= verilog-${SNAPDATE} @@ -14,15 +14,12 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= verilog-[0-9]* -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - -SNAPDATE= 20041004 -GNU_CONFIGURE= yes -USE_TOOLS+= gmake lex +SNAPDATE= 20041004 +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" -- cgit v1.2.3