mkvtoolnix: depends on pkg-config

This commit is contained in:
Jack Nagel 2013-11-10 22:47:26 -06:00
parent eac5844f3e
commit 1f6061da30

View file

@ -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'