auctex: use spec deps
This commit is contained in:
parent
9f868a1414
commit
ee862ba700
1 changed files with 4 additions and 2 deletions
|
@ -6,10 +6,12 @@ class Auctex < Formula
|
|||
mirror 'http://ftp.gnu.org/gnu/auctex/auctex-11.87.tar.gz'
|
||||
sha1 '0be92c7d8f89d57346fe07f05a1a045ffd11cd71'
|
||||
|
||||
head 'git://git.savannah.gnu.org/auctex.git'
|
||||
head do
|
||||
url 'git://git.savannah.gnu.org/auctex.git'
|
||||
depends_on :autoconf
|
||||
end
|
||||
|
||||
depends_on :tex
|
||||
depends_on :autoconf if build.head?
|
||||
|
||||
option "with-emacs=", "Path to an emacs binary"
|
||||
|
||||
|
|
Loading…
Reference in a new issue