aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChris Lundquist2014-08-26 09:15:35 -0700
committerMike McQuaid2014-08-26 18:06:08 +0100
commit6e703a0afa5e86c653011409ce0d91b253c5b4a2 (patch)
tree2d6ccd131b7def0f1ddcf4d85f8916d23c3b14de /Library
parentec33873f858044ca3f018ab4cab0ab4b06991e36 (diff)
downloadhomebrew-6e703a0afa5e86c653011409ce0d91b253c5b4a2.tar.bz2
link-grammar: depend on ant.
fixes: ``` $ brew install link-grammar ==> Downloading http://www.abisource.com/downloads/link-grammar/4.7.14/link-grammar-4.7.14.tar.gz ==> ./configure --prefix=/opt/boxen/homebrew/Cellar/link-grammar/4.7.14 ==> make install ant /opt/boxen/homebrew/Library/ENV/4.3/ant: line 5: /opt/boxen/homebrew/Cellar/ant/1.9.4/bin/ant: No such file or directory /opt/boxen/homebrew/Library/ENV/4.3/ant: line 5: exec: /opt/boxen/homebrew/Cellar/ant/1.9.4/bin/ant: cannot execute: No such file or directory make[1]: *** [linkgrammar-4.7.14.jar] Error 126 make: *** [install-recursive] Error 1 ```
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/link-grammar.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/link-grammar.rb b/Library/Formula/link-grammar.rb
index b33751922..964e30107 100644
--- a/Library/Formula/link-grammar.rb
+++ b/Library/Formula/link-grammar.rb
@@ -6,6 +6,7 @@ class LinkGrammar < Formula
sha1 'dd8d03021e6c68933093cd61317a4d4d0bae6f57'
depends_on 'pkg-config' => :build
+ depends_on :ant => :build
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",