wok-current diff zile/receipt @ rev 4893
speech-dispatcher: fix depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 06 19:58:31 2010 +0000 (2010-02-06) |
parents | 7ed2560e7d93 |
children | b303dfac3b48 |
line diff
1.1 --- a/zile/receipt Sat Aug 22 12:55:55 2009 +0200 1.2 +++ b/zile/receipt Sat Feb 06 19:58:31 2010 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU Zile is a lightweight Emacs clone." 1.6 MAINTAINER="domcox@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="ncurses" 1.9 +BUILD_DEPENDS="ncurses-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gnu.org/software/zile/" 1.12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"