diff options
Diffstat (limited to 'Library/Formula/mtr.rb')
| -rw-r--r-- | Library/Formula/mtr.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index 312665b01..e77b3cac1 100644 --- a/Library/Formula/mtr.rb +++ b/Library/Formula/mtr.rb @@ -1,13 +1,13 @@  require 'formula'  class Mtr <Formula -  @url='ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz' -  @homepage='http://www.bitwizard.nl/mtr/' -  @md5='23baca52d0922c2ecba7eba05317868c' +  url 'ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz' +  homepage 'http://www.bitwizard.nl/mtr/' +  md5 '23baca52d0922c2ecba7eba05317868c'    def install      # We need to add this because nameserver8_compat.h has been removed in Snow Leopard -    ENV['LIBS']= "-lresolv" +    ENV['LIBS'] = "-lresolv"      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"      system "make install"    end | 
