aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-03 10:06:13 -0800
committerAdam Vandenberg2013-03-03 10:06:13 -0800
commit3b5bdccaf4c98be54c07f583e78f89faa61f5c1b (patch)
tree2db9c7b56b415f4cb580976c53b2dca1527a9982
parent332d9b2e46d568f100d8b1690821aff092b3e5f6 (diff)
downloadhomebrew-3b5bdccaf4c98be54c07f583e78f89faa61f5c1b.tar.bz2
highlight: depends on pkg-config
Closes #18202.
-rw-r--r--Library/Formula/highlight.rb1
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'