wok-next diff alpine/receipt @ rev 4217
flac: fix build with gcc 4.x
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Sep 24 10:21:35 2009 +0000 (2009-09-24) |
parents | 2bbc0ef3f1d2 |
children | fb7729b0e508 |
line diff
1.1 --- a/alpine/receipt Wed Jun 24 18:47:14 2009 +0000 1.2 +++ b/alpine/receipt Thu Sep 24 10:21:35 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"