diff options
| author | Adam Vandenberg | 2010-09-19 10:21:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-12 07:13:29 -0700 |
| commit | d56367c1acb132c4e49c151913a65ef47d58dcb8 (patch) | |
| tree | 42f5b08421a8fa50f248147d13ec672a2cba9be8 /Library/Formula/qjson.rb | |
| parent | c823aabb98fb5a076c553b885e983dd5ca2dc956 (diff) | |
| download | homebrew-d56367c1acb132c4e49c151913a65ef47d58dcb8.tar.bz2 | |
Mark scons, cmake & pkg-config as build-time deps
Diffstat (limited to 'Library/Formula/qjson.rb')
| -rw-r--r-- | Library/Formula/qjson.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qjson.rb b/Library/Formula/qjson.rb index 31829e5b5..3a1232a4d 100644 --- a/Library/Formula/qjson.rb +++ b/Library/Formula/qjson.rb @@ -5,7 +5,7 @@ class Qjson <Formula homepage 'http://qjson.sourceforge.net' md5 '5a833ad606c164ed8aa69f0873366ace' - depends_on 'cmake' + depends_on 'cmake' => :build depends_on 'qt' def install |
