diff options
Diffstat (limited to 'src/openexr.mk')
-rw-r--r-- | src/openexr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openexr.mk b/src/openexr.mk index c8db548..c3e79ce 100644 --- a/src/openexr.mk +++ b/src/openexr.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://download.savannah.nongnu.org/releases/openexr/$($(PKG) $(PKG)_DEPS := gcc ilmbase pthreads zlib define $(PKG)_UPDATE - wget -q -O- 'http://www.openexr.com/downloads.html' | \ + $(WGET) -q -O- 'http://www.openexr.com/downloads.html' | \ grep 'openexr-' | \ $(SED) -n 's,.*openexr-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 |