From: Florian Fainelli Date: Fri, 26 Jan 2007 10:29:58 +0000 (+0000) Subject: Fix the depends typo (#1264) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=95c1923208f5559c89c78336d7165d644f31e217;p=openwrt%2Fsvn-archive%2Farchive.git Fix the depends typo (#1264) SVN-Revision: 6206 --- diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 4c11e8405b..233e7c883c 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/sipsak SECTION:=net CATEGORY:=Network - DEPEDNDS:=+libopenssl + DEPENDS:=+libopenssl TITLE:=SIP (Session Initiation Protocol) stress and diagnostics utility URL:=http://www.sipsak.org/ endef