tiny-fugue: add openssl dep
Closes #544. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a2aa3f56bc
commit
6c9cd8ac25
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,8 @@ class TinyFugue < Formula
|
|||
desc "Programmable MUD client"
|
||||
homepage "http://tinyfugue.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/tinyfugue/tinyfugue/5.0%20beta%208/tf-50b8.tar.gz"
|
||||
sha256 "3750a114cf947b1e3d71cecbe258cb830c39f3186c369e368d4662de9c50d989"
|
||||
version "5.0b8"
|
||||
sha256 "3750a114cf947b1e3d71cecbe258cb830c39f3186c369e368d4662de9c50d989"
|
||||
|
||||
bottle do
|
||||
sha256 "4ed6867f50a84cea3d90669ca06e8e3b491ed6660c5502b2441a59df6ddc1574" => :el_capitan
|
||||
|
@ -14,6 +14,7 @@ class TinyFugue < Formula
|
|||
conflicts_with "tee-clc", :because => "both install a `tf` binary"
|
||||
|
||||
depends_on "libnet"
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
||||
# pcre deprecated pcre_info. Switch to HB pcre-8.31 and pcre_fullinfo.
|
||||
|
|
Loading…
Reference in a new issue