wok rev 7979
Fix: firefox needs python to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 17:59:07 2011 +0100 (2011-01-17) |
parents | 67b4f2547fcb |
children | b78ae4ab3480 a882d098ba64 |
files | firefox/receipt |
line diff
1.1 --- a/firefox/receipt Mon Jan 17 17:58:28 2011 +0100 1.2 +++ b/firefox/receipt Mon Jan 17 17:59:07 2011 +0100 1.3 @@ -7,7 +7,8 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 DEPENDS="gtk+ sqlite dbus dbus-glib glib jpeg xorg-libX11 xorg-libXdamage alsa-lib xorg-libXt libfirefox libnotify" 1.6 BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev \ 1.7 -dbus-dev dbus-glib-dev alsa-lib alsa-lib-dev libnotify-dev wireless_tools-dev perl" 1.8 +dbus-dev dbus-glib-dev alsa-lib alsa-lib-dev libnotify-dev wireless_tools-dev perl \ 1.9 +python" 1.10 TARBALL="$PACKAGE-$VERSION.source.tar.bz2" 1.11 WEB_SITE="http://www.mozilla.org/" 1.12 WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL"