summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 3405e71..05ad422 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHOR
$(PKG)_DEPS := gcc glib libpng jpeg tiff jasper libiconv
define $(PKG)_UPDATE
- wget -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \
+ $(WGET) -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \
grep '<a href=' | \
$(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
grep -v '^2\.9' | \