aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnil Madhavapeddy2014-10-27 18:44:27 +0000
committerMike McQuaid2014-10-28 08:26:18 +0000
commitd0a0c159fa1f6a010853d11b0640648c6e6bb166 (patch)
tree50876ac35fb46b8dd6eb52c178aa9e5681544bc0 /Library/Formula
parenta6c6458b1e9395005789cb416b4e191f385a803a (diff)
downloadhomebrew-d0a0c159fa1f6a010853d11b0640648c6e6bb166.tar.bz2
opam: add camlp4 to the recommended list
Since OCaml 4.02.0, camlp4 is distributed separately from the main compiler distribution. However, it is still required to be installed alongside the system compiler for the majority of packages. See #33596 for more discussion on this topic.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opam.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb
index 199938459..197d54ef6 100644
--- a/Library/Formula/opam.rb
+++ b/Library/Formula/opam.rb
@@ -4,6 +4,7 @@ class Opam < Formula
homepage 'https://opam.ocaml.org'
url 'https://github.com/ocaml/opam/archive/1.2.0.tar.gz'
sha1 'b7923516a853afe86e8439afd23c0dae5fa8ad57'
+ revision 1
head 'https://github.com/ocaml/opam.git'
@@ -16,6 +17,7 @@ class Opam < Formula
depends_on "objective-caml"
depends_on "aspcud" => :recommended
+ depends_on "camlp4" => :recommended
if build.with? "aspcud"
needs :cxx11