summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorElizabeth F <elizabeth.fischer@columbia.edu>2016-04-03 12:14:38 -0400
committercitibeth <rpf2116@columbia.edu>2016-04-03 21:42:29 -0400
commit2809fe95db84956b93824402cf4e00d1c437f14e (patch)
treefd38bf1e90515fb5024199abfc8ea355f1f22c83 /var
parentf5a77d39580d215f8d4948b2cbe6c8d47d4fd514 (diff)
downloadspack-2809fe95db84956b93824402cf4e00d1c437f14e.tar.gz
spack-2809fe95db84956b93824402cf4e00d1c437f14e.tar.bz2
spack-2809fe95db84956b93824402cf4e00d1c437f14e.tar.xz
spack-2809fe95db84956b93824402cf4e00d1c437f14e.zip
git: added comment about newly discovered dependency
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/git/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py
index 586b6ce3c3..388f84aefd 100644
--- a/var/spack/repos/builtin/packages/git/package.py
+++ b/var/spack/repos/builtin/packages/git/package.py
@@ -36,6 +36,8 @@ class Git(Package):
depends_on("curl", when="+curl")
depends_on("expat", when="+expat")
+ # Also depends_on gettext: apt-get install gettext (Ubuntu)
+
# Use system perl for now.
# depends_on("perl")
# depends_on("pcre")