wok-6.x rev 2310
Imagemagick: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 25 12:22:31 2009 +0000 (2009-02-25) |
parents | b89693943f43 |
children | 57c5cac622c6 |
files | imagemagick/receipt |
line diff
1.1 --- a/imagemagick/receipt Wed Feb 25 12:21:35 2009 +0000 1.2 +++ b/imagemagick/receipt Wed Feb 25 12:22:31 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Images manipulation programs." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg jpeg libpng tiff libxml2 freetype" 1.8 +DEPENDS="xorg jpeg libpng tiff libxml2 freetype libgomp" 1.9 BUILD_DEPENDS="jpeg-dev libpng-dev tiff-dev libxml2-dev" 1.10 SOURCE="ImageMagick" 1.11 TARBALL="$SOURCE-$VERSION-10.tar.bz2" 1.12 @@ -21,8 +21,8 @@ 1.13 --infodir=/usr/share/info \ 1.14 --mandir=/usr/share/man \ 1.15 --without-perl 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