wok rev 9758

libassuan: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 14:07:37 2011 +0200 (2011-05-11)
parents 53219246778e
children eea34b1a170d
files libassuan/receipt
line diff
     1.1 --- a/libassuan/receipt	Wed May 11 14:03:53 2011 +0200
     1.2 +++ b/libassuan/receipt	Wed May 11 14:07:37 2011 +0200
     1.3 @@ -8,8 +8,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.gnupg.org/"
     1.6  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
     1.7 +
     1.8  DEPENDS="libgpg-error"
     1.9 -BUILD_DEPENDS="python pkg-config"	# do not skip /usr/lib/libassuan-pth.a
    1.10 +BUILD_DEPENDS="python pkg-config libgpg-error-dev"	# do not skip /usr/lib/libassuan-pth.a
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()