aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-10-03 13:24:45 -0700
committerAdam Vandenberg2012-10-03 14:33:39 -0700
commita2ea7da6031bb60a8ab5d95b79d57ecec50ca2fc (patch)
tree22e3a0d83bca46b5ef8402e0c203e6cc99702305 /Library
parente1fb23b964bde191fae188612d02bbc861b7c877 (diff)
downloadhomebrew-a2ea7da6031bb60a8ab5d95b79d57ecec50ca2fc.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wordnet.rb2
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}",