aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-01 10:17:29 -0800
committerAdam Vandenberg2013-12-01 10:17:29 -0800
commit813bbce232b4b2cea5e8bc2539995dc3eaeb43f1 (patch)
tree6f23607ae9d5869f1e0589ff6a679877d623bb5c /Library
parent73e4d35829eb143c7f09354d9e946ed9a9efc891 (diff)
downloadhomebrew-813bbce232b4b2cea5e8bc2539995dc3eaeb43f1.tar.bz2
litmus: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/litmus.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/litmus.rb b/Library/Formula/litmus.rb
index 301fa2e4a..6753d61be 100644
--- a/Library/Formula/litmus.rb
+++ b/Library/Formula/litmus.rb
@@ -6,8 +6,8 @@ class Litmus < Formula
sha1 '42ad603035d15798facb3be79b1c51376820cb19'
def install
- # Just basic options for now. We could use --with-ssl or alternative neon using dependency tracking?
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug",
+ "--prefix=#{prefix}"
system "make install"
end
end