wok-4.x rev 11436
gyrus: add intltool to BUILD_DEPENDS
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 16 15:42:01 2011 +0100 (2011-12-16) |
parents | d28bd476e8da |
children | 11f1e3ba9ba2 |
files | gyrus/receipt |
line diff
1.1 --- a/gyrus/receipt Fri Dec 16 15:42:01 2011 +0100 1.2 +++ b/gyrus/receipt Fri Dec 16 15:42:01 2011 +0100 1.3 @@ -10,7 +10,8 @@ 1.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" 1.5 1.6 DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" 1.7 -BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev" 1.8 +BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \ 1.9 +intltool" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()