summaryrefslogtreecommitdiffstats
path: root/src/physfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/physfs.mk')
-rw-r--r--src/physfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physfs.mk b/src/physfs.mk
index 2a11b7d..414a272 100644
--- a/src/physfs.mk
+++ b/src/physfs.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://icculus.org/physfs/downloads/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE
- wget -q -O- 'http://icculus.org/physfs/downloads/?M=D' | \
+ $(WGET) -q -O- 'http://icculus.org/physfs/downloads/?M=D' | \
$(SED) -n 's,.*<a href="physfs-\([0-9][^"]*\)\.tar.*,\1,pI' | \
head -1
endef