Merge pull request #731 from citibeth/efischer/160403-GitDependency
git: added comment about newly discovered dependency
This commit is contained in:
commit
932ed6b280
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class Git(Package):
|
||||||
depends_on("curl", when="+curl")
|
depends_on("curl", when="+curl")
|
||||||
depends_on("expat", when="+expat")
|
depends_on("expat", when="+expat")
|
||||||
|
|
||||||
|
# Also depends_on gettext: apt-get install gettext (Ubuntu)
|
||||||
|
|
||||||
# Use system perl for now.
|
# Use system perl for now.
|
||||||
# depends_on("perl")
|
# depends_on("perl")
|
||||||
# depends_on("pcre")
|
# depends_on("pcre")
|
||||||
|
|
Loading…
Reference in a new issue