diff options
| author | Jack Nagel | 2013-11-10 22:47:26 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-10 23:07:02 -0600 |
| commit | 725cc74d88ad19226d8b38c3d17d4d9f0785ec7f (patch) | |
| tree | 381c28002b8c08a9ad46c67f3fea9918ea982d70 | |
| parent | de9db1ec4422db6dd4a1658cba8d32e36b66b2e6 (diff) | |
| download | homebrew-725cc74d88ad19226d8b38c3d17d4d9f0785ec7f.tar.bz2 | |
mkvtoolnix: depends on pkg-config
| -rw-r--r-- | Library/Formula/mkvtoolnix.rb | 3 |
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' |
