aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTianyi Cui2010-11-08 09:23:58 +0800
committerAdam Vandenberg2010-11-07 17:41:22 -0800
commit0cf8b48e631f309a6290df4c6b39eaf36b310b70 (patch)
tree55f719668a246760f3ba258093053df2ec6609ad /Library
parenta31ae15f465a9949c59af20dd11aace84a9e6d39 (diff)
downloadhomebrew-0cf8b48e631f309a6290df4c6b39eaf36b310b70.tar.bz2
szl: depends on protobuf
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/szl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb
index 91d8c02c9..d576c2297 100644
--- a/Library/Formula/szl.rb
+++ b/Library/Formula/szl.rb
@@ -7,6 +7,7 @@ class Szl <Formula
depends_on 'binutils' # For objdump
depends_on 'icu4c'
+ depends_on 'protobuf' # for protoc
def install
ENV['OBJDUMP'] = "#{HOMEBREW_PREFIX}/bin/gobjdump"