summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/qt/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/qt/package.py b/var/spack/repos/builtin/packages/qt/package.py
index f956d77219..f77bc7d8e0 100644
--- a/var/spack/repos/builtin/packages/qt/package.py
+++ b/var/spack/repos/builtin/packages/qt/package.py
@@ -79,6 +79,7 @@ class Qt(Package):
patch('qt4-gcc-and-webkit.patch', when='@4')
# Use system openssl for security.
+ depends_on("openssl@:1.0", when='@:5.9')
depends_on("openssl")
depends_on("glib", when='@4:')
depends_on("gtkplus", when='+gtk')