wok-stable rev 3905
alpine: fix depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Aug 16 19:04:52 2009 +0000 (2009-08-16) |
parents | 3b8dd12d10e6 |
children | e772a6c074bb |
files | alpine/receipt |
line diff
1.1 --- a/alpine/receipt Sat Aug 15 15:22:19 2009 +0200 1.2 +++ b/alpine/receipt Sun Aug 16 19:04:52 2009 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Fast, easy to use email client." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="openssl pam libldap cyrus-sasl ncurses" 1.8 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap" 1.9 +DEPENDS="openssl pam libldap cyrus-sasl ncurses krb5" 1.10 +BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" 1.11 TARBALL="$PACKAGE.tar.gz" 1.12 WEB_SITE="http://www.washington.edu/alpine/" 1.13 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL"