summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:22:29 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:22:29 -0500
commit66902f36473a505b4cd3c5dbdb88ec18aba70879 (patch)
treee62641cbf40799be74a5d72aa6620e12d513444b /package/parted
parentef3e0b89e65ecc1bdcb0463d89dac8077dc45d34 (diff)
parted needs libncurses
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 719c4c729..e18e73f91 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -9,8 +9,8 @@ PKG_RELEASE:= 2
PKG_HASH:= 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
PKG_DESCR:= partition table editor
PKG_SECTION:= sys/fs
-PKG_DEPENDS:= libblkid libuuid libpthread
-PKG_BUILDDEP:= util-linux
+PKG_DEPENDS:= libblkid libuuid libpthread libncurses
+PKG_BUILDDEP:= util-linux ncurses
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= $(MASTER_SITE_GNU:=parted/)