exim: fix dependency order
This commit is contained in:
parent
966fadb55f
commit
5b7c6a2059
1 changed files with 1 additions and 1 deletions
|
@ -13,9 +13,9 @@ class Exim < Formula
|
|||
deprecated_option "support-maildir" => "with-maildir"
|
||||
option "with-maildir", "Support delivery in Maildir format"
|
||||
|
||||
depends_on "pcre"
|
||||
depends_on "berkeley-db@4"
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
||||
def install
|
||||
cp "src/EDITME", "Local/Makefile"
|
||||
|
|
Loading…
Reference in a new issue