diff options
author | Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> | 2014-08-22 14:34:08 +0200 |
---|---|---|
committer | Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> | 2014-08-22 14:34:08 +0200 |
commit | 750ec01abcf2336c89f13db3ed6e1196ef670ee9 (patch) | |
tree | 3ffc208a8aca90422b4911b47aa48cb8682b7060 | |
parent | 3c3d95b0b865f2e0839c77f7e52177acb1f3b7d8 (diff) |
ibrdtnd: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
-rw-r--r-- | net/ibrdtnd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile index 72d58b1ce..a33b31ab1 100644 --- a/net/ibrdtnd/Makefile +++ b/net/ibrdtnd/Makefile @@ -18,7 +18,6 @@ PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=dtndht ibrdtn libsqlite3 include $(INCLUDE_DIR)/package.mk |