exim: fix dependency order

This commit is contained in:
commitay 2018-09-17 20:08:33 +10:00
parent 966fadb55f
commit 5b7c6a2059

View file

@ -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"