emacs: fix dependency order
This commit is contained in:
parent
ffb3b1d0ca
commit
1f930f45ae
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@ class Emacs < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "gnutls"
|
||||
depends_on "dbus" => :optional
|
||||
depends_on "librsvg" => :optional
|
||||
# Emacs does not support ImageMagick 7:
|
||||
# Reported on 2017-03-04: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25967
|
||||
depends_on "imagemagick@6" => :optional
|
||||
depends_on "librsvg" => :optional
|
||||
depends_on "mailutils" => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue