aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bro.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/bro.rb b/Library/Formula/bro.rb
index 14ae428f3..93084a913 100644
--- a/Library/Formula/bro.rb
+++ b/Library/Formula/bro.rb
@@ -11,7 +11,6 @@ class Bro < Formula
depends_on 'geoip' => :recommended
def install
- # Ruby bindings not building for me on 10.6 - @adamv
system "./configure", "--prefix=#{prefix}"
system "make install"
end