Skip to content
Snippets Groups Projects
Commit 932ed6b2 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #731 from citibeth/efischer/160403-GitDependency

git: added comment about newly discovered dependency
parents a43cb600 2809fe95
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment