From 0ad1d19a237cff1bbe09451ea7b0d4bcd66dba00 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 26 Jan 2007 10:29:58 +0000 Subject: [PATCH] Fix the depends typo (#1264) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6206 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/sipsak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 4c11e8405..233e7c883 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 -- 2.11.0