aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-07 00:34:13 -0600
committerJack Nagel2013-11-07 00:34:13 -0600
commit904307a16f48d915efd943eb6ce5314448c90dd0 (patch)
tree0f5170b8e17c68735dcc854c95811193b3ef4a49 /Library/Formula
parent881e5f47fd7cefc5c14ecf85309b8c14074eec99 (diff)
downloadhomebrew-904307a16f48d915efd943eb6ce5314448c90dd0.tar.bz2
sdl_ttf: add pkg-config dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl_ttf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sdl_ttf.rb b/Library/Formula/sdl_ttf.rb
index 2e69d6d5e..ec29199ad 100644
--- a/Library/Formula/sdl_ttf.rb
+++ b/Library/Formula/sdl_ttf.rb
@@ -7,6 +7,7 @@ class SdlTtf < Formula
option :universal
+ depends_on 'pkg-config' => :build
depends_on 'sdl'
depends_on :freetype