summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/julia/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py
index c7c701175e..033e27fb64 100644
--- a/var/spack/repos/builtin/packages/julia/package.py
+++ b/var/spack/repos/builtin/packages/julia/package.py
@@ -70,7 +70,8 @@ class Julia(Package):
depends_on("binutils", when='+binutils')
depends_on("cmake @2.8:")
depends_on("curl")
- depends_on("git") # I think Julia @0.5: doesn't use git any more
+ depends_on("git", when='@:0.4')
+ depends_on("git", when='@release-0.4')
depends_on("openssl")
depends_on("python @2.7:2.999")