proxytunnel: add openssl dependency

Closes Homebrew/homebrew#43995.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Andrew Janke 2015-09-16 00:11:16 -05:00 committed by Dominyk Tiller
parent bc70131769
commit cc52800fa1

View file

@ -3,6 +3,9 @@ class Proxytunnel < Formula
homepage "http://proxytunnel.sourceforge.net/"
url "https://downloads.sourceforge.net/proxytunnel/proxytunnel-1.9.0.tgz"
sha256 "2ef5bbf8d81ddf291d71f865c5dab89affcc07c4cb4b3c3f23e1e9462721a6b9"
revision 1
depends_on "openssl"
# Remove conflicting strlcpy/strlcat declarations
patch :DATA