diff options
author | hans <hans> | 2012-01-14 00:51:36 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 00:51:36 +0000 |
commit | b742746fafa05cdd31cbe05af29746bc6a45104c (patch) | |
tree | ea4a6d56afb97d70d50145fc12aa408e271c83a2 /cad/tkgate | |
parent | bd7e9eafc84e44a81ae26c6977a7b6fbbf3a4648 (diff) | |
download | pkgsrc-b742746fafa05cdd31cbe05af29746bc6a45104c.tar.gz |
Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
Diffstat (limited to 'cad/tkgate')
-rw-r--r-- | cad/tkgate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 1847e3d10cd..5f0eb4d34a4 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/01/14 00:51:36 hans Exp $ # DISTNAME= tkgate-1.6i @@ -13,11 +13,10 @@ COMMENT= Tcl/Tk based digital circuit editor and simulator PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= bison>=1.35:../../devel/bison BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv USE_IMAKE= yes -USE_TOOLS+= gm4 +USE_TOOLS+= gm4 bison TKGATE_SITENAME= Earth |