# HG changeset patch # User Pascal Bellard # Date 1237154762 0 # Node ID 6fe507faed1732a91c3bc13389e1e3489d56cc66 # Parent 71ac043c887985113437c1f4d8e2f1b458c86e74 b*: update depends diff -r 71ac043c8879 -r 6fe507faed17 bind-client/receipt --- a/bind-client/receipt Sun Mar 15 22:04:42 2009 +0000 +++ b/bind-client/receipt Sun Mar 15 22:06:02 2009 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Domain Name System client." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.isc.org/products/BIND/" -DEPENDS="libbind" +DEPENDS="libbind libcrypto" WANTED="bind" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 71ac043c8879 -r 6fe507faed17 bind/receipt --- a/bind/receipt Sun Mar 15 22:04:42 2009 +0000 +++ b/bind/receipt Sun Mar 15 22:06:02 2009 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.isc.org/products/BIND/" -DEPENDS="libbind" +DEPENDS="libbind libcrypto" BUILD_DEPENDS="libtool" WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" CONFIG_FILES="/etc/bind"