summaryrefslogtreecommitdiffstats
path: root/devel/git/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git/DEPENDS')
-rwxr-xr-xdevel/git/DEPENDS8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index a585ae9968..30d57a0036 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -1,8 +1,8 @@
depends perl &&
depends perl-error &&
-if [[ $GIT_SHA_OPT == openssl ]]; then
- depends openssl "--with-openssl"
+if [[ $GIT_SHA_OPT == SSL ]]; then
+ depends SSL "--with-openssl"
fi &&
if [[ $GIT_SVN == y ]]; then
@@ -21,6 +21,10 @@ optional_depends expat \
"--without-expat" \
"for http push" &&
+optional_depends gettext '' '' 'translate messages' &&
+
+optional_depends pcre '--with-libpcre' '' 'support Perl-compatible regexes' &&
+
optional_depends tk \
"--with-tcltk" \
"--without-tcltk" \