Skip to content
Snippets Groups Projects
Commit 2809fe95 authored by Elizabeth Fischer's avatar Elizabeth Fischer
Browse files

git: added comment about newly discovered dependency

parent f5a77d39
Branches
Tags canyonlands-v2.1
No related merge requests found
...@@ -36,6 +36,8 @@ class Git(Package): ...@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment