wok rev 9816

bird: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 15 01:21:58 2011 +0200 (2011-05-15)
parents ec0dd4311d89
children 3b2ae5a79c4b 0cf700552260
files bird/receipt
line diff
     1.1 --- a/bird/receipt	Sun May 15 01:16:27 2011 +0200
     1.2 +++ b/bird/receipt	Sun May 15 01:21:58 2011 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="internet routing daemon"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="readline ncurses"
     1.8 -BUILD_DEPENDS="flex bison"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://bird.network.cz"
    1.11  WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL"
    1.12  TAGS="route routing daemon"
    1.13  
    1.14 +DEPENDS="readline ncurses"
    1.15 +BUILD_DEPENDS="flex bison readline-dev ncurses-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {