wok rev 1193

openldap: fix BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 05 09:46:46 2008 +0000 (2008-08-05)
parents a476c9adf53b
children 523d35aed712
files openldap/receipt
line diff
     1.1 --- a/openldap/receipt	Tue Aug 05 01:13:25 2008 +0200
     1.2 +++ b/openldap/receipt	Tue Aug 05 09:46:46 2008 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.openldap.org/"
     1.5  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL"
     1.6  DEPENDS="libdb"
     1.7 -BUILD_DEPENDS="db-dev"
     1.8 +BUILD_DEPENDS="db-dev libdb"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()