aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqliteman.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-26 19:39:00 -0800
committerAdam Vandenberg2014-02-27 08:21:23 -0800
commit83b2587b6768465ddad917c54894c3b8ed485796 (patch)
treea7eeab0544475148eb1174b78acc37517d650df6 /Library/Formula/sqliteman.rb
parent2ba3b2b42af7ddbcd88e9272529834d317eb9df1 (diff)
downloadhomebrew-83b2587b6768465ddad917c54894c3b8ed485796.tar.bz2
sqliteman: use Formula[]
Diffstat (limited to 'Library/Formula/sqliteman.rb')
-rw-r--r--Library/Formula/sqliteman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sqliteman.rb b/Library/Formula/sqliteman.rb
index 859cf237e..a9ab341b4 100644
--- a/Library/Formula/sqliteman.rb
+++ b/Library/Formula/sqliteman.rb
@@ -12,7 +12,7 @@ class Sqliteman < Formula
def install
mkdir 'build' do
- qsci_include = Formula.factory('qscintilla2').include
+ qsci_include = Formula["qscintilla2"].include
qsci_cmake_arg = "-DQSCINTILLA_INCLUDE_DIR=#{qsci_include}/Qsci"
system 'cmake', '..', qsci_cmake_arg, *std_cmake_args
system 'make'