tnftp: fix components order.

master
Mike McQuaid 2020-06-30 09:16:41 +01:00
parent a4917f238a
commit 315ce26e70
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ class Tnftp < Formula
sha256 "ba323276cf1be330ad3fccab6cd4339e11bb67428ead33128b809b7fdfd7bf80" => :high_sierra
end
conflicts_with "inetutils", :because => "both install `ftp' binaries"
uses_from_macos "bison" => :build
uses_from_macos "ncurses"
conflicts_with "inetutils", :because => "both install `ftp' binaries"
def install
system "./configure", "--prefix=#{prefix}"
system "make", "all"