changeset 5297:cf95c2205f38

* src/openexr.mk: dont depend on external ilmbase
author John Donoghue <john.donoghue@ieee.org>
date Sun, 09 Feb 2020 09:15:27 -0500
parents 8d35b561c06f
children 69f25be92c64
files src/openexr.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/openexr.mk	Fri Feb 07 08:32:05 2020 -0500
+++ b/src/openexr.mk	Sun Feb 09 09:15:27 2020 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := openexr-$($(PKG)_VERSION)
 $(PKG)_FILE     := openexr-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://github.com/$(PKG)/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS     := ilmbase pthreads zlib
+$(PKG)_DEPS     := pthreads zlib
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'https://github.com/$(PKG)/$(PKG)/tags' | \