diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 00:51:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 00:51:36 +0000 |
commit | 213edcdc407d4461c28c48888b58931be279836a (patch) | |
tree | ea4a6d56afb97d70d50145fc12aa408e271c83a2 /lang/baci | |
parent | 4ea0fa2323ae52ccdf9aa7674bbef0ee91fa18b2 (diff) | |
download | pkgsrc-213edcdc407d4461c28c48888b58931be279836a.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 'lang/baci')
-rw-r--r-- | lang/baci/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/baci/Makefile b/lang/baci/Makefile index bf2e7adf382..b066293a55d 100644 --- a/lang/baci/Makefile +++ b/lang/baci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/02/28 14:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/14 00:51:36 hans Exp $ # DISTNAME= bacisrc @@ -12,11 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mines.edu/fs_home/tcamp/baci/ COMMENT= Ben-Ari Concurrent Interpreter -DEPENDS+= bison-[0-9]*:../../devel/bison - PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= flex +USE_TOOLS+= flex bison:run INSTALLATION_DIRS= bin |