wok rev 10008

gnustep-base: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:04:37 2011 +0200 (2011-05-19)
parents 5ed987b87fe5
children d04d4d3282d5
files gnustep-base/receipt
line diff
     1.1 --- a/gnustep-base/receipt	Thu May 19 01:59:58 2011 +0200
     1.2 +++ b/gnustep-base/receipt	Thu May 19 02:04:37 2011 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNUstep base package."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libffi libxslt gcc gnutls libbfd gcc-lib-base libssl libcrypto libtasn1"
     1.8 -BUILD_DEPENDS="gnustep-make"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnustep.org/"
    1.11  WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
    1.12  
    1.13 +DEPENDS="libffi libxslt gnutls libbfd libssl libcrypto libtasn1"
    1.14 +BUILD_DEPENDS="gnustep-make libffi-dev libxslt-dev gnutls-dev openssl-dev \
    1.15 +libcrypto-dev libtasn1-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {