wok rev 9135

Fix bdep, ruby needs tk to compile (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 06 05:56:39 2011 +0100 (2011-03-06)
parents 6e4aa591c00b
children 121f9a2a94eb
files ruby/receipt
line diff
     1.1 --- a/ruby/receipt	Sun Mar 06 05:34:07 2011 +0100
     1.2 +++ b/ruby/receipt	Sun Mar 06 05:56:39 2011 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/${VERSION%.*}/$TARBALL"
     1.5  DEPENDS="libdb ncurses openssl readline zlib gdbm"
     1.6  SUGGESTED="tk"
     1.7 -BUILD_DEPENDS=" coreutils-file-output-full zlib-dev"
     1.8 +BUILD_DEPENDS=" coreutils-file-output-full zlib-dev tk"
     1.9  TAGS="ruby language programming"
    1.10  
    1.11  # Rules to configure and make the package.