We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5555638 + 01777af commit c887f96Copy full SHA for c887f96
Formula/w/wdiff.rb
@@ -25,20 +25,20 @@ class Wdiff < Formula
25
sha256 x86_64_linux: "f627f458d7e201ad95a07bfc91fbd1aa0e676e695d8002415a02f4b74734e1a4"
26
end
27
28
- depends_on "gettext"
29
-
30
uses_from_macos "ncurses"
31
+ on_macos do
+ depends_on "gettext"
32
+ end
33
+
34
on_system :linux, macos: :ventura_or_newer do
35
depends_on "texinfo" => :build
36
37
38
conflicts_with "montage", because: "both install an `mdiff` executable"
39
40
def install
- system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
41
- "--enable-experimental"
+ system "./configure", "--enable-experimental", *std_configure_args
42
system "make", "install"
43
44
0 commit comments