From 52260d667b18f32d28913fcc8f5263c1095ca76f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Jan 2013 21:24:22 -0800 Subject: libdv: style nits --- Library/Formula/libdv.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libdv.rb b/Library/Formula/libdv.rb index 522d513b0..7e1ae0158 100644 --- a/Library/Formula/libdv.rb +++ b/Library/Formula/libdv.rb @@ -1,8 +1,8 @@ require 'formula' class Libdv < Formula - url 'http://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz' homepage 'http://libdv.sourceforge.net' + url 'http://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz' sha1 '2e5ba0e95f665d60e72cbebcf1c4989e0d6c92c8' depends_on 'popt' @@ -14,7 +14,8 @@ class Libdv < Formula # See the apple docs: http://cl.ly/2HeF bottom of the "Finding Imported Symbols" section ENV.append "LDFLAGS", "-undefined dynamic_lookup" - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", "--disable-gtktest", "--disable-gtk", "--disable-asm", -- cgit v1.2.3