# HG changeset patch # User Pascal Bellard # Date 1298912012 -3600 # Node ID b76f49a0f2b888872394bc40248bf913578dd738 # Parent 7d24a8fecd61828427fafe02892bb4d7e8b1f0f4 iproute2: add bison in BUILD_DEPENDS diff -r 7d24a8fecd61 -r b76f49a0f2b8 iproute2/receipt --- a/iproute2/receipt Mon Feb 28 17:24:10 2011 +0100 +++ b/iproute2/receipt Mon Feb 28 17:53:32 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="utilites for networking and traffic control" MAINTAINER="allan316@gmail.com" DEPENDS="iptables db" -BUILD_DEPENDS="db-dev" +BUILD_DEPENDS="bison" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" WGET_URL="http://devresources.linux-foundation.org/dev/$PACKAGE/download/$TARBALL"