wok diff ruby/receipt @ rev 4346

syslinux: ifmem.c32: fix cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 02 11:49:21 2009 +0200 (2009-10-02)
parents 937b735ce8b6
children 734283599021
line diff
     1.1 --- a/ruby/receipt	Thu Jun 11 23:39:10 2009 +0200
     1.2 +++ b/ruby/receipt	Fri Oct 02 11:49:21 2009 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.ruby-lang.org/"
     1.6  WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL"
     1.7 -DEPENDS="libdb ncurses openssl readline zlib libiconv"
     1.8 +DEPENDS="libdb ncurses openssl readline zlib"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()