proxytunnel: add openssl dependency
Closes Homebrew/homebrew#43995. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
bc70131769
commit
cc52800fa1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue