wok-stable diff xorg-libXfont/receipt @ rev 2456

php-apache, php-dev, pidgin, pmount, poedit, poppler-apps, poppler, privoxy, psycopg, ptlib: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 07:42:38 2009 +0000 (2009-03-14)
parents 075898aaed14
children 422f5813b998
line diff
     1.1 --- a/xorg-libXfont/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libXfont/receipt	Sat Mar 14 07:42:38 2009 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.7 +DEPENDS="freetype zlib"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -16,8 +17,8 @@
    1.12      cd $src
    1.13      ./configure --prefix=/usr --sysconfdir=/etc \
    1.14      --mandir=/usr/share/man --localstatedir=/var \
    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