wok-4.x diff openldap/receipt @ 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 fad639db2f59
children 534023d6e005
line diff
     1.1 --- a/openldap/receipt	Sun Jul 27 09:35:39 2008 +0000
     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()