From: Michael Tremer Date: Thu, 2 Sep 2010 23:29:08 +0000 (+0200) Subject: bison: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248311764ed765490d65846941e165e64f3ea37b;p=ipfire-3.x.git bison: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/bison/bison.nm b/pkgs/core/bison/bison.nm index ca31db90c..5b6ec7281 100644 --- a/pkgs/core/bison/bison.nm +++ b/pkgs/core/bison/bison.nm @@ -34,6 +34,8 @@ PKG_URL = http://www.gnu.org/software/bison/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = GNU Bison is a parser generator. +PKG_BUILD_DEPS+= m4 + define PKG_DESCRIPTION Bison is a general-purpose parser generator that converts an annotated \ context-free grammar into an LALR(1) or GLR parser for that grammar.