aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-07 09:07:58 -0500
committerJack Nagel2014-07-07 09:07:58 -0500
commitd0a3b5e72c9eb14a4715f42f0c4d11637e99d362 (patch)
treee62b9701aed1f15975a9d1c9f47c4374880059dc /Library/Formula
parent5b2b422f8d8c194bfc26c8d82fcbce12296c1691 (diff)
downloadhomebrew-d0a3b5e72c9eb14a4715f42f0c4d11637e99d362.tar.bz2
sqlitebrowser: drop leading dashes from option
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sqlitebrowser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sqlitebrowser.rb b/Library/Formula/sqlitebrowser.rb
index 4ca93d024..f8c9c1949 100644
--- a/Library/Formula/sqlitebrowser.rb
+++ b/Library/Formula/sqlitebrowser.rb
@@ -9,7 +9,7 @@ class Sqlitebrowser < Formula
depends_on 'qt'
depends_on 'cmake' => :build
- depends_on 'sqlite' => '--with-functions'
+ depends_on 'sqlite' => 'with-functions'
def install
system "cmake", ".", *std_cmake_args