diff options
| author | Jack Nagel | 2013-02-03 14:40:08 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-03 14:48:00 -0600 |
| commit | fcfa6d8964aea7cf9701598d72f6e67da68d9852 (patch) | |
| tree | d40d733d3978662daef75955299b95ea2d6d88b5 /Library | |
| parent | b90e209c406379c0bbfa2b67064ae0b3a6a03227 (diff) | |
| download | homebrew-fcfa6d8964aea7cf9701598d72f6e67da68d9852.tar.bz2 | |
libgsf: intltool is a build-time dep
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgsf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgsf.rb b/Library/Formula/libgsf.rb index 593b98b84..0dff808cc 100644 --- a/Library/Formula/libgsf.rb +++ b/Library/Formula/libgsf.rb @@ -7,9 +7,9 @@ class Libgsf < Formula depends_on 'xz' => :build depends_on 'pkg-config' => :build + depends_on 'intltool' => :build depends_on 'gettext' depends_on 'glib' - depends_on 'intltool' def install system "./configure", "--disable-dependency-tracking", |
