drizzle: intltool is a build-time dep
This commit is contained in:
parent
6e569fd5d6
commit
6919e3d2aa
1 changed files with 2 additions and 4 deletions
|
@ -13,16 +13,14 @@ class Drizzle < Formula
|
||||||
url 'https://launchpad.net/drizzle/7.1/7.1.36/+download/drizzle-7.1.36-stable.tar.gz'
|
url 'https://launchpad.net/drizzle/7.1/7.1.36/+download/drizzle-7.1.36-stable.tar.gz'
|
||||||
sha1 '6ce317d6a6b0560e75d5bcf44af2e278443cfbfe'
|
sha1 '6ce317d6a6b0560e75d5bcf44af2e278443cfbfe'
|
||||||
|
|
||||||
|
depends_on 'intltool' => :build
|
||||||
depends_on LionOrNewer
|
depends_on LionOrNewer
|
||||||
|
|
||||||
depends_on 'protobuf'
|
|
||||||
|
|
||||||
# https://github.com/mxcl/homebrew/issues/14289
|
# https://github.com/mxcl/homebrew/issues/14289
|
||||||
depends_on 'boost149'
|
depends_on 'boost149'
|
||||||
|
depends_on 'protobuf'
|
||||||
depends_on 'libevent'
|
depends_on 'libevent'
|
||||||
depends_on 'pcre'
|
depends_on 'pcre'
|
||||||
depends_on 'intltool'
|
|
||||||
depends_on 'libgcrypt'
|
depends_on 'libgcrypt'
|
||||||
depends_on 'readline'
|
depends_on 'readline'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue