summaryrefslogtreecommitdiffstats
path: root/package/sshfs/sshfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/sshfs/sshfs.mk')
-rw-r--r--package/sshfs/sshfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
index 1288318903..ee96ad67e8 100644
--- a/package/sshfs/sshfs.mk
+++ b/package/sshfs/sshfs.mk
@@ -10,7 +10,7 @@ SSHFS_LICENSE = GPL-2.0
SSHFS_LICENSE_FILES = COPYING
SSHFS_DEPENDENCIES = \
libglib2 libfuse openssh \
- $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
+ $(TARGET_NLS_DEPENDENCIES) \
$(if $(BR2_ENABLE_LOCALE),,libiconv)
$(eval $(autotools-package))
OpenPOWER on IntegriCloud