global: modernize autotools deps
This commit is contained in:
parent
27b9b83303
commit
1754817ef6
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ class Global < Formula
|
|||
head do
|
||||
url 'cvs://:pserver:anonymous:@cvs.savannah.gnu.org:/sources/global:global'
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
option 'with-exuberant-ctags', 'Enable Exuberant Ctags as a plug-in parser'
|
||||
|
|
Loading…
Reference in a new issue