diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ctags.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb index 6124ffe61..f336220b9 100644 --- a/Library/Formula/ctags.rb +++ b/Library/Formula/ctags.rb @@ -7,7 +7,7 @@ class Ctags < Formula head do url 'https://svn.code.sf.net/p/ctags/code/trunk' - depends_on :autoconf + depends_on "autoconf" => :build end # fixes http://sourceforge.net/tracker/?func=detail&aid=3247256&group_id=6556&atid=106556 |
