I have an issue with a package, dmtx-utils
, that was moved to the homebrew/boneyard
. It is actually expecting, what I believe is to be an older version of ImageMagick
; something predating 7.0.4-8 (which is the current version).
In the process of installing the various other needed packages for our workflow, we also install zbar
- which is also dependent on ImageMagick
.
When installing zbar
via brew install zbar
it will also install the dependent ImageMagick
, but in doing so, the latest version of ImageMagick
.
In this case: When installing zbar
, how can I make brew install
a specific version of its dependencies, like ImageMagick
?
Or more generally: When installing package X
, how can I make brew install
a specific version of its dependencies, like package Y
?
Thanks and best,
Sander