Fix the depends typo (#1264)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Jan 2007 10:29:58 +0000 (10:29 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Jan 2007 10:29:58 +0000 (10:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6206 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/sipsak/Makefile

index 4c11e84..233e7c8 100644 (file)
@@ -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