From a2ea7da6031bb60a8ab5d95b79d57ecec50ca2fc Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Wed, 3 Oct 2012 13:24:45 -0700 Subject: wordnet: add dep on x11 wordnet uses tcl/tk which requires X11 or there are missing includes. Add a dep on x11. Fixes #14469 Closes #15280. Signed-off-by: Adam Vandenberg --- Library/Formula/wordnet.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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}", -- cgit v1.2.3