diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgee.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgee.rb b/Library/Formula/libgee.rb index cda7577d0..5d94a11d8 100644 --- a/Library/Formula/libgee.rb +++ b/Library/Formula/libgee.rb @@ -6,8 +6,8 @@ class Libgee < Formula sha1 "ca6531c8ba45cc865f2ce7b93a8b3f96e1c1505e" depends_on "pkg-config" => :build + depends_on "vala" => :build depends_on "gobject-introspection" - depends_on "vala" def install system "./configure", "--prefix=#{prefix}", |
