swi-prolog: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:17:43 +10:00
parent 779f153944
commit f88be1d348

View file

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