From dca8f0ba15ae6ed2512405e287abe67dfbef3519 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 21:51:32 -0500 Subject: engine_pkcs11: use Homebrew openssl --- Library/Formula/engine_pkcs11.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/engine_pkcs11.rb b/Library/Formula/engine_pkcs11.rb index 6dd0ef73c..45f26211b 100644 --- a/Library/Formula/engine_pkcs11.rb +++ b/Library/Formula/engine_pkcs11.rb @@ -16,6 +16,7 @@ class EnginePkcs11 < Formula depends_on 'pkg-config' => :build depends_on 'libp11' + depends_on "openssl" def install system "./bootstrap" if build.head? -- cgit v1.2.3