# HG changeset patch # User Pascal Bellard # Date 1266005283 -3600 # Node ID 4da83a74a444e52e66189011cb3b9bcb6e9b3146 # Parent 19dfb1a520d68951e466a5cd8cb03a8283ad9d5b octave: update depends diff -r 19dfb1a520d6 -r 4da83a74a444 octave/receipt --- a/octave/receipt Fri Feb 12 20:56:32 2010 +0100 +++ b/octave/receipt Fri Feb 12 21:08:03 2010 +0100 @@ -8,8 +8,10 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/octave/" WGET_URL="ftp://ftp.octave.org/pub/$PACKAGE/$TARBALL" -BUILD_DEPENDS="gfortran" -DEPENDS="libgfortran" +BUILD_DEPENDS="gfortran zlib-dev ncurses-dev readline-dev freetype-dev xorg-dev" +DEPENDS="libgfortran zlib ncurses readline freetype gcc-lib-base \ +libgl libglu xorg-libX11 xorg-libXext xorg-libXxf86vm xorg-libXdamage \ +xorg-libXfixes libdrm xorg-libXau xorg-libXdmcp" # Rules to configure and make the package. compile_rules()