wok diff libfox/receipt @ rev 3155

Up: pcre (7.9)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 24 16:34:14 2009 +0200 (2009-05-24)
parents 8c8d1dfb63df
children 8752c40cc534
line diff
     1.1 --- a/libfox/receipt	Thu Jul 24 09:52:02 2008 +0000
     1.2 +++ b/libfox/receipt	Sun May 24 16:34:14 2009 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WEB_SITE="http://www.fox-toolkit.org/"
     1.5  WGET_URL="http://www.fox-toolkit.org/ftp/$TARBALL"
     1.6  
     1.7 -DEPENDS="libpng jpeg zlib bzlib 
     1.8 +DEPENDS="libpng jpeg zlib bzlib expat tiff
     1.9  xorg-libX11 xorg-libXau xorg-libXdmcp 
    1.10  xorg-libXft xorg-libXrender 
    1.11  freetype fontconfig 
    1.12 @@ -52,8 +52,8 @@
    1.13  		--with-xcursor=yes --with-xrandr=yes --with-shape=yes \
    1.14  		--with-opengl=no --with-xshm=no --with-xim=no --with-profiling=no \
    1.15  		--enable-release --disable-static \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22