summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-10 22:43:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-10 22:43:51 +0200
commitb3cab9d72d6fdcdc3b86286177de372b5475ec88 (patch)
tree9b41c134bd22ba86f3c1cf1a77746575738c2bc9 /package/e2fsprogs
parent4423cc01c2c6f106ae0e17479fcab4e83d3660dd (diff)
fix dependency to libtinfo
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 7f7bcfc6b..03f384e30 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -36,7 +36,7 @@ PKGSC_E2FSCK:= fs
PKGSS_E2FSCK:= libe2fs libcom-err libblkid libuuid
PKGSD_MKE2FS:= ext2/3/4 filesystem creation utility
PKGSC_MKE2FS:= fs
-PKGSS_MKE2FS:= libe2fs libcom-err libblkid libuuid
+PKGSS_MKE2FS:= libe2fs libcom-err libblkid libuuid libncurses
include ${TOPDIR}/mk/package.mk