diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-03 19:11:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-03 19:11:57 +0100 |
commit | 37686107693fc49f21f6a7f28cdbe1a2df222eda (patch) | |
tree | 52e829ca71049b74f9e9f7d6b646aa5749d99ec1 /package/parted/Makefile | |
parent | d6561e7d5982919d9c9e7724195d054edf480e6a (diff) |
misc fixes
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r-- | package/parted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile index 06451fc3e..7ec4ed9ff 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= a94e84a9b9944715c4453f82ccc639bf PKG_DESCR:= partition table editor PKG_SECTION:= fs PKG_DEPENDS:= libuuid libreadline libpthread -PKG_BUILDDEP:= e2fsprogs readline +PKG_BUILDDEP:= util-linux readline PKG_URL:= http://www.gnu.org/software/parted/index.shtml PKG_SITES:= ${MASTER_SITE_GNU:=parted/} |