aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 21:51:32 -0500
committerJack Nagel2014-12-04 21:51:32 -0500
commitdca8f0ba15ae6ed2512405e287abe67dfbef3519 (patch)
tree2018596961786214228d51253f1a1f9d767db3f7 /Library
parent56b57d583e874e6dfe7a417d329a147e4d4b064f (diff)
downloadhomebrew-dca8f0ba15ae6ed2512405e287abe67dfbef3519.tar.bz2
engine_pkcs11: use Homebrew openssl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/engine_pkcs11.rb1
1 files changed, 1 insertions, 0 deletions
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?