diff options
| author | Jack Nagel | 2013-11-15 17:04:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-15 17:04:21 -0600 |
| commit | e7517b84e7d007f21f4b4ddcc00ff273cc6ffbb0 (patch) | |
| tree | de7944f63741eae18e9db8fd09bc4d9103739e5b /Library | |
| parent | 304a299f56a7a461be238c0608d0334dcc5976f3 (diff) | |
| download | homebrew-e7517b84e7d007f21f4b4ddcc00ff273cc6ffbb0.tar.bz2 | |
dmtx-utils: add pkg-config dep
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dmtx-utils.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dmtx-utils.rb b/Library/Formula/dmtx-utils.rb index 9bfb0ef9f..e36f8f796 100644 --- a/Library/Formula/dmtx-utils.rb +++ b/Library/Formula/dmtx-utils.rb @@ -5,6 +5,7 @@ class DmtxUtils < Formula url 'http://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/dmtx-utils-0.7.4.zip' sha1 '9c50506b420ed646e1554286de4daf7e9218f105' + depends_on 'pkg-config' => :build depends_on 'libdmtx' def install |
