# HG changeset patch # User Christopher Rogers # Date 1297656556 0 # Node ID c29bdd2b1059b412981ef917593a1e5679492282 # Parent a8ee7dba572849813988f829600503d48003e1b0 Added bison to ftjam build depends. diff -r a8ee7dba5728 -r c29bdd2b1059 ftjam/receipt --- a/ftjam/receipt Mon Feb 14 02:23:22 2011 +0000 +++ b/ftjam/receipt Mon Feb 14 04:09:16 2011 +0000 @@ -7,6 +7,7 @@ SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool" WEB_SITE="http://freetype.org/jam/" DEPENDS="glibc-base" +BUILD_DEPENDS="bison" PROVIDE="jam" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://david.freetype.org/jam/$TARBALL"