ImageMagick: fewer dependencies on macOS (#42739)
This commit is contained in:
parent
116308fa17
commit
8e885f4eb2
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class Imagemagick(AutotoolsPackage):
|
|||
depends_on("ghostscript-fonts", when="+ghostscript")
|
||||
|
||||
# TODO: are these actually required?
|
||||
depends_on("libsm")
|
||||
depends_on("libtool")
|
||||
depends_on("libsm", when="platform=linux")
|
||||
depends_on("libtool", when="platform=linux")
|
||||
|
||||
def configure_args(self):
|
||||
args = []
|
||||
|
|
Loading…
Reference in a new issue