aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 21:51:43 -0500
committerJack Nagel2014-12-04 21:51:43 -0500
commit84827320626f9e906a3f9e53eaf109beb9ecdc5d (patch)
treed4c1959ecda854dcc5baba4f4c3a7cd0d8c45e4e /Library/Formula
parentdca8f0ba15ae6ed2512405e287abe67dfbef3519 (diff)
downloadhomebrew-84827320626f9e906a3f9e53eaf109beb9ecdc5d.tar.bz2
tcpflow: use Homebrew openssl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tcpflow.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb
index 39c527f0b..8b439a76f 100644
--- a/Library/Formula/tcpflow.rb
+++ b/Library/Formula/tcpflow.rb
@@ -14,6 +14,7 @@ class Tcpflow < Formula
depends_on 'boost' => :build
depends_on 'sqlite' if MacOS.version < :lion
+ depends_on "openssl"
# Upstream fix for 10.6; can be removed in next release
patch do