From edc91287aa9eb41072def01b429fc5e34becd1f3 Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 14 Oct 2007 05:01:25 +0000 Subject: [PATCH] fixed bind-lib dependency, from #2514 git-svn-id: svn://svn.openwrt.org/openwrt/packages@9308 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index a4957eb8a..7c49f9cf3 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bind/Default SECTION:=net CATEGORY:=Network - DEPENDS:=bind-libs + DEPENDS:=+bind-libs TITLE:=bind URL:=http://www.isc.org/sw/bind/ SUBMENU:=ISC Bind -- 2.11.0