summaryrefslogtreecommitdiffstats
path: root/package/git/git.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/git/git.mk')
-rw-r--r--package/git/git.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/git/git.mk b/package/git/git.mk
index 408456bc9..6bc976149 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -8,10 +8,7 @@ GIT_VERSION = 1.8.3
GIT_SITE = http://git-core.googlecode.com/files/
GIT_LICENSE = GPLv2 LGPLv2.1+
GIT_LICENSE_FILES = COPYING LGPL-2.1
-
-ifeq ($(BR2_PACKAGE_ZLIB),y)
- GIT_DEPENDENCIES += zlib
-endif
+GIT_DEPENDENCIES = zlib host-gettext
ifeq ($(BR2_PACKAGE_OPENSSL),y)
GIT_DEPENDENCIES += openssl