diff src/xine-lib.mk @ 2525:4d0f3a9da57e

all packages: use $(WGET) portability variable
author Tony Theodore <tonyt@logyst.com>
date Wed, 09 May 2012 01:16:05 +1000
parents b5321bdec505
children c4cd2fe180e4
line wrap: on
line diff
--- a/src/xine-lib.mk	Wed May 09 01:07:36 2012 +1000
+++ b/src/xine-lib.mk	Wed May 09 01:16:05 2012 +1000
@@ -10,7 +10,7 @@
 $(PKG)_DEPS     := gcc faad2 ffmpeg flac fontconfig freetype graphicsmagick libiconv libmng pthreads sdl speex theora vorbis zlib
 
 define $(PKG)_UPDATE
-    wget -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \
+    $(WGET) -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \
     $(SED) -n 's,>,\n,gp' | \
     $(SED) -n 's,^\([0-9][^< ]*\)<.*,\1,p' | \
     head -1