aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-11-10 22:47:26 -0600
committerJack Nagel2013-11-10 23:07:02 -0600
commit725cc74d88ad19226d8b38c3d17d4d9f0785ec7f (patch)
tree381c28002b8c08a9ad46c67f3fea9918ea982d70
parentde9db1ec4422db6dd4a1658cba8d32e36b66b2e6 (diff)
downloadhomebrew-725cc74d88ad19226d8b38c3d17d4d9f0785ec7f.tar.bz2
mkvtoolnix: depends on pkg-config
-rw-r--r--Library/Formula/mkvtoolnix.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mkvtoolnix.rb b/Library/Formula/mkvtoolnix.rb
index 14aa6fddf..420fdd4e1 100644
--- a/Library/Formula/mkvtoolnix.rb
+++ b/Library/Formula/mkvtoolnix.rb
@@ -7,6 +7,7 @@ class Mkvtoolnix < Formula
head 'https://github.com/mbunkus/mkvtoolnix.git'
+ depends_on 'pkg-config' => :build
depends_on 'boost' => 'c++11'
depends_on 'libvorbis'
depends_on 'flac' => :optional
@@ -37,8 +38,6 @@ class Mkvtoolnix < Formula
def install
ENV.cxx11
- ENV['ZLIB_CFLAGS'] = '-I/usr/include'
- ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'