summaryrefslogtreecommitdiff
path: root/package/watchdog
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-06 12:19:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-06 12:19:48 +0100
commite5da39ab8f22c8c7d61dafdf27a92a6f907e9953 (patch)
treed4f23e8215b80120a05e3057d2864d72e68bd96e /package/watchdog
parentd6cf6b6a26f1c99e6895e86dc91fcdd4cbfa0644 (diff)
add missing dependencies, reported by jseitter
Diffstat (limited to 'package/watchdog')
-rw-r--r--package/watchdog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/watchdog/Makefile b/package/watchdog/Makefile
index 2f67c4012..df586c8c0 100644
--- a/package/watchdog/Makefile
+++ b/package/watchdog/Makefile
@@ -5,10 +5,12 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= watchdog
PKG_VERSION:= 5.7
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 31766450ecfc9aff70fe966c0b9df06d
PKG_DESCR:= watchdog daemon
PKG_SECTION:= utils
+PKG_DEPENDS:= libtirpc
+PKG_BUILDDEP:= libtirpc
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=watchdog/}
include ${TOPDIR}/mk/package.mk