wok diff nss-ldapd/receipt @ rev 11015

bluez: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 09:41:52 2011 +0000 (2011-10-13)
parents 2e651db4761a
children
line diff
     1.1 --- a/nss-ldapd/receipt	Wed May 25 16:12:30 2011 +0200
     1.2 +++ b/nss-ldapd/receipt	Thu Oct 13 09:41:52 2011 +0000
     1.3 @@ -8,8 +8,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/"
     1.6  WGET_URL="${WEB_SITE}$TARBALL"
     1.7 -DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3"
     1.8 -BUILD_DEPENDS="openldap-dev"
     1.9 +
    1.10 +DEPENDS="cyrus-sasl krb5 libkrb5 libldap libssl libcomerr3"
    1.11 +BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()