aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-03 14:40:20 -0600
committerJack Nagel2013-02-03 14:48:02 -0600
commit1d8347db1993672e2c3944836ffaac807f192e05 (patch)
tree50aca551f49db1d133bc082a618a8c85ae327248 /Library/Formula
parent73aafb865e06f50c062db047d5ff1989f692553a (diff)
downloadhomebrew-1d8347db1993672e2c3944836ffaac807f192e05.tar.bz2
utimer: intltool is a build-time dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/utimer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/utimer.rb b/Library/Formula/utimer.rb
index d4cd18e5b..d4d489737 100644
--- a/Library/Formula/utimer.rb
+++ b/Library/Formula/utimer.rb
@@ -6,8 +6,8 @@ class Utimer < Formula
sha1 'b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd'
depends_on 'pkg-config' => :build
+ depends_on 'intltool' => :build
depends_on 'glib'
- depends_on 'intltool'
depends_on 'gettext'
depends_on 'XML::Parser' => :perl