diff options
| author | Jack Nagel | 2013-02-03 14:39:58 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-02-03 14:47:58 -0600 | 
| commit | 8c41a2f0b868ffae3c4f1780f18711018fa5a99e (patch) | |
| tree | c0805087e79744aab89bee6a8ad28aeff4363fef | |
| parent | af95305a6f06c2d31165986add7fb6ba7da07f15 (diff) | |
| download | homebrew-8c41a2f0b868ffae3c4f1780f18711018fa5a99e.tar.bz2 | |
gtksourceview: intltool is a build-time dep
| -rw-r--r-- | Library/Formula/gtksourceview.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gtksourceview.rb b/Library/Formula/gtksourceview.rb index f45f608c6..058752abe 100644 --- a/Library/Formula/gtksourceview.rb +++ b/Library/Formula/gtksourceview.rb @@ -7,7 +7,7 @@ class Gtksourceview < Formula    depends_on :x11    depends_on 'pkg-config' => :build -  depends_on 'intltool' +  depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'gtk+' | 
