summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-05-08 15:16:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-05-16 07:49:40 (GMT)
commit4ed13a9f3071c2cb545c6562cc8966e4469f4068 (patch)
treecf0501a3603854327b0ef5b684504031999674b7 /src/gd.mk
parent6f98c22697588b86dfe2f74821354ef44e06618e (diff)
downloadmxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.zip
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.gz
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.bz2
all packages: use $(WGET) portability variable
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 021c359..4f403ba 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -15,7 +15,7 @@ define $(PKG)_UPDATE
echo $(gd_VERSION)
endef
define $(PKG)_UPDATE_orig
- wget -q -O- 'http://www.libgd.org/releases/' | \
+ $(WGET) -q -O- 'http://www.libgd.org/releases/' | \
$(SED) -n 's,.*gd-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef