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 | 3a3fe8e873eb78efc8e81563a2581004ad5d9bc1 (patch) | |
tree | ea4a6d56afb97d70d50145fc12aa408e271c83a2 /lang | |
parent | cb5897adcb7b419f3b5e722e3335f5b9330562f4 (diff) | |
download | pkgsrc-3a3fe8e873eb78efc8e81563a2581004ad5d9bc1.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')
-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 |