summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2016-07-23 16:18:58 -0400
committerGeorge Hartzell <hartzell@alerce.com>2016-08-06 16:28:47 -0400
commit3cf2fd40a8dd1abede6962317418b33385082f93 (patch)
treeca51e1621706765163949a981469f36294f0ace4 /var
parent653905e3a26ac5a0160982f03aac7fd6c3e8804f (diff)
downloadspack-3cf2fd40a8dd1abede6962317418b33385082f93.tar.gz
spack-3cf2fd40a8dd1abede6962317418b33385082f93.tar.bz2
spack-3cf2fd40a8dd1abede6962317418b33385082f93.tar.xz
spack-3cf2fd40a8dd1abede6962317418b33385082f93.zip
Enable depends_on('pcre') also
While I have the patient on the operating table, @adamjstewart asked me to uncomment and test the depends_on('pcre'). Did it and it Works For Me(tm).
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/git/package.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py
index 0f2fbc73db..12b9470434 100644
--- a/var/spack/repos/builtin/packages/git/package.py
+++ b/var/spack/repos/builtin/packages/git/package.py
@@ -53,10 +53,8 @@ class Git(Package):
depends_on("expat")
depends_on("gettext")
depends_on("zlib")
-
- # Use system perl for now.
+ depends_on("pcre")
depends_on("perl")
- # depends_on("pcre")
def install(self, spec, prefix):
configure_args = [