From a9bfd88248683a0791a009aeed6ef5d72b0a642c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 25 Aug 2016 10:41:59 -0400 Subject: qt: depend on OpenSSL OS X doesn't come with an OpenSSL supported by Qt4. --- var/spack/repos/builtin/packages/qt/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/qt/package.py b/var/spack/repos/builtin/packages/qt/package.py index d17aacd1d3..4207b3527f 100644 --- a/var/spack/repos/builtin/packages/qt/package.py +++ b/var/spack/repos/builtin/packages/qt/package.py @@ -58,7 +58,7 @@ class Qt(Package): patch('qt4-corewlan-new-osx.patch', when='@4') # Use system openssl for security. - # depends_on("openssl") + depends_on("openssl") depends_on("gtkplus", when='+gtk') depends_on("libxml2") -- cgit v1.2.3-60-g2f50