easy-tag: add missing x11 dep
This commit is contained in:
parent
2c6030f73b
commit
30a23c413c
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ require 'formula'
|
|||
class EasyTag < Formula
|
||||
homepage 'http://easytag.sourceforge.net'
|
||||
url 'http://sourceforge.net/projects/easytag/files/easytag%20%28gtk%202%29/2.1/easytag-2.1.7.tar.bz2'
|
||||
md5 '9df3e800d80e754670642f2ba5e03539'
|
||||
sha1 '7b56ba18be2f1bec0171e5de4447ba763a264f92'
|
||||
|
||||
depends_on :x11
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'gtk+'
|
||||
|
|
Loading…
Reference in a new issue