# HG changeset patch # User Christophe Lincoln # Date 1305115657 -7200 # Node ID 351453c239ddeec845ede23efe2570b6c73b2bf2 # Parent 53219246778e8e785680090d3531106f07e14247 libassuan: fix BUILD_DEPENDS diff -r 53219246778e -r 351453c239dd libassuan/receipt --- a/libassuan/receipt Wed May 11 14:03:53 2011 +0200 +++ b/libassuan/receipt Wed May 11 14:07:37 2011 +0200 @@ -8,8 +8,9 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" + DEPENDS="libgpg-error" -BUILD_DEPENDS="python pkg-config" # do not skip /usr/lib/libassuan-pth.a +BUILD_DEPENDS="python pkg-config libgpg-error-dev" # do not skip /usr/lib/libassuan-pth.a # Rules to configure and make the package. compile_rules()