changeset 2969:a7db3bcc5d0e

include hdf5 and fontconfig as stable Octave deps
author John W. Eaton <jwe@octave.org>
date Thu, 24 Jan 2013 22:00:14 -0500
parents 6175239c45eb
children e111bf60ebc5
files src/stable-octave.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/stable-octave.mk	Thu Jan 24 18:18:29 2013 -0500
+++ b/src/stable-octave.mk	Thu Jan 24 22:00:14 2013 -0500
@@ -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 gcc glpk gnuplot graphicsmagick 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 zlib
 
 define $(PKG)_UPDATE
     echo 'Warning: Updates are temporarily disabled for package octave.' >&2;