wok diff freetype/receipt @ rev 2486

f*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 21:33:26 2009 +0000 (2009-03-15)
parents 145381edd2dc
children 25e257d707de
line diff
     1.1 --- a/freetype/receipt	Mon Jun 30 12:17:40 2008 +0200
     1.2 +++ b/freetype/receipt	Sun Mar 15 21:33:26 2009 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.freetype.org/"
     1.6  WGET_URL="http://download.savannah.gnu.org/releases/freetype/$TARBALL"
     1.7 +DEPENDS="zlib"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -17,8 +18,8 @@
    1.12  		--sysconfdir=/etc \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21