aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libuv.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-14 09:26:27 -0500
committerJack Nagel2014-06-14 09:26:27 -0500
commit8080b54fb7d8a29f6ae210eb4fedb80adae732d5 (patch)
tree103696d965bf74b71e296d80b693da0bab127ccb /Library/Formula/libuv.rb
parent79a87bed0c910fe7a4f31e9308ade8594b254daf (diff)
downloadhomebrew-8080b54fb7d8a29f6ae210eb4fedb80adae732d5.tar.bz2
libuv: add pkg-config dep so pc file gets installed
Fixes #30145.
Diffstat (limited to 'Library/Formula/libuv.rb')
-rw-r--r--Library/Formula/libuv.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb
index 0ea883476..8793612ee 100644
--- a/Library/Formula/libuv.rb
+++ b/Library/Formula/libuv.rb
@@ -18,6 +18,7 @@ class Libuv < Formula
url "https://github.com/joyent/libuv/archive/v0.11.25.tar.gz"
sha1 "04ba0c1de5c26f3d065fcb1a4f18f6528b67294c"
+ depends_on "pkg-config" => :build
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build