From 8080b54fb7d8a29f6ae210eb4fedb80adae732d5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 Jun 2014 09:26:27 -0500 Subject: libuv: add pkg-config dep so pc file gets installed Fixes #30145. --- Library/Formula/libuv.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3