aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shared-mime-info.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-19 10:21:57 -0700
committerAdam Vandenberg2010-10-12 07:13:29 -0700
commitd56367c1acb132c4e49c151913a65ef47d58dcb8 (patch)
tree42f5b08421a8fa50f248147d13ec672a2cba9be8 /Library/Formula/shared-mime-info.rb
parentc823aabb98fb5a076c553b885e983dd5ca2dc956 (diff)
downloadhomebrew-d56367c1acb132c4e49c151913a65ef47d58dcb8.tar.bz2
Mark scons, cmake & pkg-config as build-time deps
Diffstat (limited to 'Library/Formula/shared-mime-info.rb')
-rw-r--r--Library/Formula/shared-mime-info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/shared-mime-info.rb b/Library/Formula/shared-mime-info.rb
index 8b90206a5..292d5a9db 100644
--- a/Library/Formula/shared-mime-info.rb
+++ b/Library/Formula/shared-mime-info.rb
@@ -5,7 +5,7 @@ class SharedMimeInfo <Formula
homepage 'http://www.freedesktop.org/wiki/Software/shared-mime-info'
md5 '9032d98f14b8e13e0fea4bf45ca23401'
- depends_on 'pkg-config'
+ depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'intltool'
depends_on 'glib'