aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-31 18:12:45 -0500
committerJack Nagel2014-05-31 18:12:45 -0500
commit0bde8a7f04cbc4f995ad4e4389a508d6b8ba8dc4 (patch)
treeeeb47cea7d7fc708e10606b7fb9623278fb20a20 /Library
parentea58c40ae408c09a62a4f9399e5e4a98660668ad (diff)
downloadhomebrew-0bde8a7f04cbc4f995ad4e4389a508d6b8ba8dc4.tar.bz2
iperf3: remove unused dep
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/iperf3.rb5
1 files changed, 1 insertions, 4 deletions
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