diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
commit | 6a6cd5f01fe868efc05172603f50ca80b9d438a2 (patch) | |
tree | 241d2823c401d78f7a7f1c2fef687b213864c459 /cad/verilog-current/Makefile | |
parent | 6a44e12a0bbb906af03439cb5910a712ce0609be (diff) | |
download | pkgsrc-6a6cd5f01fe868efc05172603f50ca80b9d438a2.tar.gz |
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r-- | cad/verilog-current/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
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" |