Fix conflict with respect to openssl and qt3 built for openspeedshop. (#13946)
* Fix conflict with respect to openssl and qt3 built for openspeedshop. * Another fix because the first was incorrect.
This commit is contained in:
parent
543f37ea51
commit
6d127e29de
@ -139,7 +139,7 @@ class Qt(Package):
|
||||
depends_on("libpng@1.2.57", when='@3')
|
||||
depends_on("pcre+multibyte", when='@5.0:5.8')
|
||||
depends_on("inputproto", when='@:5.8')
|
||||
depends_on("openssl@:1.0.999", when='@:5.9+ssl')
|
||||
depends_on("openssl@:1.0.999", when='@:5.9+ssl~krellpatch')
|
||||
|
||||
depends_on("glib", when='@4:')
|
||||
depends_on("libpng", when='@4:')
|
||||
|
Loading…
Reference in New Issue
Block a user