diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-05-08 15:16:05 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-05-16 07:49:40 (GMT) |
commit | 4ed13a9f3071c2cb545c6562cc8966e4469f4068 (patch) | |
tree | cf0501a3603854327b0ef5b684504031999674b7 /src/devil.mk | |
parent | 6f98c22697588b86dfe2f74821354ef44e06618e (diff) | |
download | mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.zip mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.gz mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.bz2 |
all packages: use $(WGET) portability variable
Diffstat (limited to 'src/devil.mk')
-rw-r--r-- | src/devil.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devil.mk b/src/devil.mk index 4ef75c7..b88f8ce 100644 --- a/src/devil.mk +++ b/src/devil.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/openil/DevIL/$($(PKG)_VE $(PKG)_DEPS := gcc freeglut zlib openexr jpeg jasper lcms libmng libpng tiff sdl define $(PKG)_UPDATE - wget -q -O- 'http://openil.svn.sourceforge.net/viewvc/openil/tags/?sortby=date' | \ + $(WGET) -q -O- 'http://openil.svn.sourceforge.net/viewvc/openil/tags/?sortby=date' | \ grep '<a name="' | \ $(SED) -n 's,.*<a name="release-\([0-9][^"]*\)".*,\1,p' | \ head -1 |