From: Jo-Philipp Wich Date: Tue, 12 Jun 2012 09:43:00 +0000 (+0000) Subject: [packages] bind: move dependency to the right place (#11660) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b7ba367cc8a59c67f268fba95a4ab70a09e24331;p=openwrt%2Fsvn-archive%2Farchive.git [packages] bind: move dependency to the right place (#11660) SVN-Revision: 32266 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index f9fb1785bc..746b56c743 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bind/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+bind-libs +libopenssl + DEPENDS:=+bind-libs TITLE:=bind URL:=https://www.isc.org/software/bind SUBMENU:=IP Addresses and Names @@ -34,6 +34,7 @@ endef define Package/bind-libs SECTION:=libs CATEGORY:=Libraries + DEPENDS:=+libopenssl TITLE:=bind shared libraries URL:=https://www.isc.org/software/bind endef