diff options
| author | Adam Vandenberg | 2013-03-03 10:06:13 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-03 10:06:13 -0800 | 
| commit | 3b5bdccaf4c98be54c07f583e78f89faa61f5c1b (patch) | |
| tree | 2db9c7b56b415f4cb580976c53b2dca1527a9982 | |
| parent | 332d9b2e46d568f100d8b1690821aff092b3e5f6 (diff) | |
| download | homebrew-3b5bdccaf4c98be54c07f583e78f89faa61f5c1b.tar.bz2 | |
highlight: depends on pkg-config
Closes #18202.
| -rw-r--r-- | Library/Formula/highlight.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/highlight.rb b/Library/Formula/highlight.rb index a3703c5c2..3a29ab9f6 100644 --- a/Library/Formula/highlight.rb +++ b/Library/Formula/highlight.rb @@ -5,6 +5,7 @@ class Highlight < Formula    url 'http://www.andre-simon.de/zip/highlight-3.12.tar.bz2'    sha1 '4d96b4d91ff08268a338847b9ea408d741b91573' +  depends_on 'pkg-config' => :build    depends_on 'boost'    depends_on 'lua' | 
