From 0bde8a7f04cbc4f995ad4e4389a508d6b8ba8dc4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 May 2014 18:12:45 -0500 Subject: iperf3: remove unused dep --- Library/Formula/iperf3.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb index ff4e101b0..6ff4fe367 100644 --- a/Library/Formula/iperf3.rb +++ b/Library/Formula/iperf3.rb @@ -13,11 +13,8 @@ class Iperf3 < Formula sha1 "ccee12f33d9d2f786e8d5a1fdf05a6725134e8d9" => :lion end - depends_on :autoconf - def install - system "./configure", "--disable-debug", - "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}" system "make", "clean" # there are pre-compiled files in the tarball system "make", "install" end -- cgit v1.2.3