From 564e93bd719b40f6835c863c11015276d07147f3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 23 May 2014 20:15:09 -0500 Subject: [PATCH] john-jumbo: depends on openssl --- Formula/john-jumbo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/john-jumbo.rb b/Formula/john-jumbo.rb index 8111d5d9d7..f2512ca85c 100644 --- a/Formula/john-jumbo.rb +++ b/Formula/john-jumbo.rb @@ -7,6 +7,8 @@ class JohnJumbo < Formula conflicts_with 'john', :because => 'both install the same binaries' + depends_on "openssl" + # First patch taken from MacPorts, tells john where to find runtime files # Second patch protects against a redefinition of _mm_testz_si128 which # tanked the build in clang;