git: added comment about newly discovered dependency

This commit is contained in:
Elizabeth F 2016-04-03 12:14:38 -04:00 committed by citibeth
parent f5a77d3958
commit 2809fe95db

View file

@ -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")