wok-next diff busybox-pam/receipt @ rev 2216

*-pam: fix depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 12 07:47:04 2009 +0000 (2009-02-12)
parents 960777cebed6
children 242a22d7215f
line diff
     1.1 --- a/busybox-pam/receipt	Mon Feb 09 12:45:16 2009 +0000
     1.2 +++ b/busybox-pam/receipt	Thu Feb 12 07:47:04 2009 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="slitaz-base-files glibc-base"
     1.8 -BUILD_DEPENDS="bzip2"
     1.9 +DEPENDS="slitaz-base-files glibc-base pam"
    1.10 +BUILD_DEPENDS="bzip2 pam pam-dev"
    1.11  SOURCE="busybox"
    1.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.busybox.net/"