summaryrefslogtreecommitdiffstats
path: root/src/matio.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/matio.mk')
-rw-r--r--src/matio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matio.mk b/src/matio.mk
index bf01cc4..68064e5 100644
--- a/src/matio.mk
+++ b/src/matio.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE
- wget -q -O- 'http://sourceforge.net/projects/matio/files/matio/' | \
+ $(WGET) -q -O- 'http://sourceforge.net/projects/matio/files/matio/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef