diff options
| author | Adam Vandenberg | 2013-01-06 23:29:44 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-06 23:29:44 -0800 | 
| commit | 03908645a44f41f91c80d351fcb3fb8e40091f8e (patch) | |
| tree | 18f6719f1c88dde81663173c573522edd9832676 /Library/Formula/liblo.rb | |
| parent | ed11be446b7aec7b999b30ae453ed3fcd2c6c8a0 (diff) | |
| download | homebrew-03908645a44f41f91c80d351fcb3fb8e40091f8e.tar.bz2 | |
liblo: style nits
Diffstat (limited to 'Library/Formula/liblo.rb')
| -rw-r--r-- | Library/Formula/liblo.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/liblo.rb b/Library/Formula/liblo.rb index c17f2aa77..f322115c8 100644 --- a/Library/Formula/liblo.rb +++ b/Library/Formula/liblo.rb @@ -1,13 +1,14 @@  require 'formula'  class Liblo < Formula -  url 'http://downloads.sourceforge.net/project/liblo/liblo/0.26/liblo-0.26.tar.gz'    homepage 'http://liblo.sourceforge.net/' +  url 'http://downloads.sourceforge.net/project/liblo/liblo/0.26/liblo-0.26.tar.gz'    sha1 '21942c8f19e9829b5842cb85352f98c49dfbc823'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", -           "--enable-ipv6", "--prefix=#{prefix}" +                          "--prefix=#{prefix}", +                          "--enable-ipv6"      system "make install"    end  end  | 
