swi-prolog: fix dependency order
This commit is contained in:
parent
779f153944
commit
f88be1d348
1 changed files with 1 additions and 1 deletions
|
@ -28,9 +28,9 @@ class SwiProlog < Formula
|
|||
option "with-xpce", "Enable XPCE (Prolog Native GUI Library)"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "readline"
|
||||
depends_on "gmp"
|
||||
depends_on "openssl"
|
||||
depends_on "readline"
|
||||
depends_on "libarchive" => :optional
|
||||
|
||||
if build.with? "xpce"
|
||||
|
|
Loading…
Reference in a new issue