aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/swi-prolog.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/swi-prolog.rb b/Library/Formula/swi-prolog.rb
index 1d1a6e62d..d4053c964 100644
--- a/Library/Formula/swi-prolog.rb
+++ b/Library/Formula/swi-prolog.rb
@@ -10,7 +10,11 @@ class SwiProlog < Formula
sha1 'fa448e1e59f901966de533140ce8bf6649e51b03'
end
- head 'git://www.swi-prolog.org/home/pl/git/pl.git'
+ head do
+ url 'git://www.swi-prolog.org/home/pl/git/pl.git'
+
+ depends_on :autoconf
+ end
option 'lite', "Disable all packages"
option 'with-jpl', "Enable JPL (Java Prolog Bridge)"