# HG changeset patch # User Mike Miller # Date 1361503005 18000 # Node ID 9544e7e0ec46c9bf5c6888d5ef803c2d31d684cc # Parent eb750a42bf464a9e371c0d82821a2ac02e91438e include texinfo as stable Octave dependency diff --git a/src/stable-octave.mk b/src/stable-octave.mk --- a/src/stable-octave.mk +++ b/src/stable-octave.mk @@ -7,7 +7,7 @@ $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) -$(PKG)_DEPS := arpack blas curl fftw fltk fontconfig gcc glpk gnuplot graphicsmagick hdf5 lapack pcre qhull qrupdate readline suitesparse zlib +$(PKG)_DEPS := arpack blas curl fftw fltk fontconfig gcc glpk gnuplot graphicsmagick hdf5 lapack pcre qhull qrupdate readline suitesparse texinfo zlib define $(PKG)_UPDATE echo 'Warning: Updates are temporarily disabled for package octave.' >&2;