aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cairomm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cairomm.rb')
-rw-r--r--Library/Formula/cairomm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb
index 5fe2c67c4..b96693c23 100644
--- a/Library/Formula/cairomm.rb
+++ b/Library/Formula/cairomm.rb
@@ -9,7 +9,7 @@ class Cairomm <Formula
{ :p0 => DATA }
end
- depends_on 'pkg-config'
+ depends_on 'pkg-config' => :build
depends_on 'libsigc++'
# cairo is available on 10.6 via X11 but not on 10.5
depends_on 'cairo' if MACOS_VERSION == 10.5