wok-stable rev 9756
tilda: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 14:02:25 2011 +0200 (2011-05-11) |
parents | d4e83c73b190 |
children | 53219246778e |
files | tilda/receipt |
line diff
1.1 --- a/tilda/receipt Wed May 11 13:57:07 2011 +0200 1.2 +++ b/tilda/receipt Wed May 11 14:02:25 2011 +0200 1.3 @@ -6,12 +6,12 @@ 1.4 MAINTAINER="jozee@slitaz.org" 1.5 SHORT_DESC="Linux terminal based on classic terminals from first person shooter games." 1.6 WEB_SITE="http://tilda.sourceforge.net" 1.7 -DEPENDS="vte libconfuse libglade" 1.8 -BUILD_DEPENDS="flex" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 TAGS="terminal" 1.12 1.13 +DEPENDS="vte libconfuse libglade" 1.14 +BUILD_DEPENDS="flex vte-dev libglade-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()