diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wordnet.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/wordnet.rb b/Library/Formula/wordnet.rb index a50b4ab5d..105dd8fd7 100644 --- a/Library/Formula/wordnet.rb +++ b/Library/Formula/wordnet.rb @@ -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}", |
