summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 18:30:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 18:30:17 +0100
commit6e03bb38c5d0309200152a1293d87f09c8545e13 (patch)
tree687ff682bccea626d6179b5ab138749fca56d90b /package/parted
parent067cd649711b527b68299a2825620df2bdddb06b (diff)
fix dependency to libreadline
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 f845eb866..b51fefd90 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= parted
PKG_VERSION:= 1.9.0
PKG_RELEASE:= 1
-PKG_BUILDDEP+= e2fsprogs lvm readline
PKG_MD5SUM:= 055305bc7bcf472ce38f9abf69a9d94d
PKG_DESCR:= GNU parted
-PKG_DEPENDS:= libuuid libreadline device-mapper
PKG_SECTION:= admin
+PKG_DEPENDS:= libuuid libreadline device-mapper
+PKG_BUILDDEP+= e2fsprogs lvm readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}