s-nail: add `ncurses` dependency

Closes #119564.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2023-01-01 23:09:08 -08:00 committed by BrewTestBot
parent 3f62414699
commit 0e1ffa2a9e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ class SNail < Formula
depends_on "libidn2" depends_on "libidn2"
depends_on "openssl@3" depends_on "openssl@3"
uses_from_macos "ncurses"
def install def install
system "make", "CC=#{ENV.cc}", system "make", "CC=#{ENV.cc}",
"C_INCLUDE_PATH=#{Formula["openssl@3"].opt_include}", "C_INCLUDE_PATH=#{Formula["openssl@3"].opt_include}",