aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/quvi.rb
diff options
context:
space:
mode:
authorRico Sta. Cruz2012-02-26 03:23:50 +0800
committerJack Nagel2012-02-25 17:17:07 -0600
commit72b53178c384cfb44277b3632df59892620ce17e (patch)
tree2bbb527c07758a07f7228b96e7ea37f874e0e495 /Library/Formula/quvi.rb
parentc09646cdd269df5e5afb4d6333e683af25eae906 (diff)
downloadhomebrew-72b53178c384cfb44277b3632df59892620ce17e.tar.bz2
quvi: update configure flags
Closes #10473. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/quvi.rb')
-rw-r--r--Library/Formula/quvi.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/quvi.rb b/Library/Formula/quvi.rb
index 92de757b5..588d4ad4d 100644
--- a/Library/Formula/quvi.rb
+++ b/Library/Formula/quvi.rb
@@ -12,8 +12,9 @@ class Quvi < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--enable-smut",
- "--enable-broken"
+ "--enable-nsfw",
+ "--enable-todo",
+ "--enable-nlfy"
system "make install"
end
end