mtools: uses x11
Closes Homebrew/homebrew#17796. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6ed3a4206c
commit
f159314d67
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ class Mtools < Formula
|
|||
mirror 'ftp://ftp.gnu.org/gnu/mtools/mtools-4.0.17.tar.gz'
|
||||
sha1 'eebfab51148c4ab20a6aca3cea8057da5a11bdc8'
|
||||
|
||||
depends_on :x11
|
||||
|
||||
def install
|
||||
system "./configure", "LIBS=-liconv",
|
||||
"--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue