wok-next rev 4907
octave: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 12 21:08:03 2010 +0100 (2010-02-12) |
parents | 19dfb1a520d6 |
children | c7d323dc380c |
files | octave/receipt |
line diff
1.1 --- a/octave/receipt Fri Feb 12 20:56:32 2010 +0100 1.2 +++ b/octave/receipt Fri Feb 12 21:08:03 2010 +0100 1.3 @@ -8,8 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.gnu.org/software/octave/" 1.6 WGET_URL="ftp://ftp.octave.org/pub/$PACKAGE/$TARBALL" 1.7 -BUILD_DEPENDS="gfortran" 1.8 -DEPENDS="libgfortran" 1.9 +BUILD_DEPENDS="gfortran zlib-dev ncurses-dev readline-dev freetype-dev xorg-dev" 1.10 +DEPENDS="libgfortran zlib ncurses readline freetype gcc-lib-base \ 1.11 +libgl libglu xorg-libX11 xorg-libXext xorg-libXxf86vm xorg-libXdamage \ 1.12 +xorg-libXfixes libdrm xorg-libXau xorg-libXdmcp" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()