# HG changeset patch # User Christophe Lincoln # Date 1305415318 -7200 # Node ID fc9f1fc039d7c6c769fe6d077737ba8135657cae # Parent ec0dd4311d8965364f9ca11ddac2264739fed4b8 bird: fix BUILD_DEPENDS diff -r ec0dd4311d89 -r fc9f1fc039d7 bird/receipt --- a/bird/receipt Sun May 15 01:16:27 2011 +0200 +++ b/bird/receipt Sun May 15 01:21:58 2011 +0200 @@ -5,13 +5,14 @@ CATEGORY="network" SHORT_DESC="internet routing daemon" MAINTAINER="allan316@gmail.com" -DEPENDS="readline ncurses" -BUILD_DEPENDS="flex bison" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bird.network.cz" WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL" TAGS="route routing daemon" +DEPENDS="readline ncurses" +BUILD_DEPENDS="flex bison readline-dev ncurses-dev" + # Rules to configure and make the package. compile_rules() {