# HG changeset patch # User Yuri Pourre # Date 1425565093 10800 # Node ID 877323c753e785bb51c331342e5766b98c2a23b0 # Parent 696f47eb99f4bb16e428802818aac5de73f9a1b1 fatback, split: update bdeps diff -r 696f47eb99f4 -r 877323c753e7 fatback/receipt --- a/fatback/receipt Thu Mar 05 11:48:47 2015 +0100 +++ b/fatback/receipt Thu Mar 05 11:18:13 2015 -0300 @@ -10,7 +10,7 @@ WEB_SITE="http://sourceforge.net/projects/fatback/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="flex" +BUILD_DEPENDS="flex bison" # Rules to configure and make the package. compile_rules() diff -r 696f47eb99f4 -r 877323c753e7 splint/receipt --- a/splint/receipt Thu Mar 05 11:48:47 2015 +0100 +++ b/splint/receipt Thu Mar 05 11:18:13 2015 -0300 @@ -10,7 +10,7 @@ WEB_SITE="http://www.splint.org/" WGET_URL="http://www.splint.org/downloads/$TARBALL" -BUILD_DEPENDS="flex" +BUILD_DEPENDS="flex bison" # Rules to configure and make the package. compile_rules()