Skip to content

Commit

Permalink
wordnet: add dep on x11
Browse files Browse the repository at this point in the history
wordnet uses tcl/tk which requires X11 or there are missing
includes.  Add a dep on x11.

Fixes Homebrew#14469

Closes Homebrew#15280.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nibbles 2bits authored and adamv committed Oct 3, 2012
1 parent 1b6d9e7 commit 174f86a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/wordnet.rb
Expand Up @@ -5,6 +5,8 @@ class Wordnet < Formula
url 'http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.bz2'
sha1 'aeb7887cb4935756cf77deb1ea86973dff0e32fb'

depends_on :x11

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
Expand Down

0 comments on commit 174f86a

Please sign in to comment.