summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-03-04 11:44:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-03-04 11:44:02 +0100
commita709ebc3f96b3d00f3694468c1e3812d4fb0779e (patch)
tree1f37a977ca726dfff2ec5a9f8bee537b1cf8035b /package/nfs-utils
parentc8e25cfa429c66c7ecd7a310bc162430836176c0 (diff)
update dependency
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile
index f02e7bb3d..5b3822664 100644
--- a/package/nfs-utils/Makefile
+++ b/package/nfs-utils/Makefile
@@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= nfs-utils
PKG_VERSION:= 1.2.5
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 8395ac770720b83c5c469f88306d7765
PKG_DESCR:= Utilities for NFS kernel server implementation
PKG_SECTION:= net/fs
-PKG_DEPENDS:= kmod-nfsd keyutils libtirpc rpcbind
-PKG_BUILDDEP:= keyutils libtirpc
+PKG_DEPENDS:= kmod-nfsd keyutils libtirpc rpcbind libdevmapper
+PKG_BUILDDEP:= keyutils libtirpc lvm
PKG_URL:= http://sourceforge.net/projects/nfs
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/}