wok diff gnustep-gui/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 9ce1eedbdea6
children 2b9f96603415
line diff
     1.1 --- a/gnustep-gui/receipt	Wed May 25 03:08:25 2011 +0200
     1.2 +++ b/gnustep-gui/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -9,9 +9,10 @@
     1.4  WEB_SITE="http://www.gnustep.org/"
     1.5  WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
     1.6  
     1.7 -DEPENDS="gnustep-base audiofile aspell giflib portaudio cups libcomerr3 libtasn1"
     1.8 +DEPENDS="gnustep-base audiofile aspell giflib portaudio cups libcomerr3 \
     1.9 +libtasn1 jpeg tiff libpng"
    1.10  BUILD_DEPENDS="gnustep-make gnustep-base-dev audiofile-dev aspell-dev giflib-dev \
    1.11 -portaudio-dev cups-dev libtasn1-dev tar"
    1.12 +portaudio-dev cups-dev libtasn1-dev tar jpeg-dev tiff-dev libpng-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()