From: florian Date: Fri, 26 Jan 2007 10:29:58 +0000 (+0000) Subject: Fix the depends typo (#1264) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0ad1d19a237cff1bbe09451ea7b0d4bcd66dba00;p=packages.git Fix the depends typo (#1264) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6206 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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