ImageMagick: fewer dependencies on macOS (#42739)
This commit is contained in:
		| @@ -38,8 +38,8 @@ class Imagemagick(AutotoolsPackage): | |||||||
|     depends_on("ghostscript-fonts", when="+ghostscript") |     depends_on("ghostscript-fonts", when="+ghostscript") | ||||||
| 
 | 
 | ||||||
|     # TODO: are these actually required? |     # TODO: are these actually required? | ||||||
|     depends_on("libsm") |     depends_on("libsm", when="platform=linux") | ||||||
|     depends_on("libtool") |     depends_on("libtool", when="platform=linux") | ||||||
| 
 | 
 | ||||||
|     def configure_args(self): |     def configure_args(self): | ||||||
|         args = [] |         args = [] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart