fix various typos in the dependancies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4402 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-08-02 17:51:58 +00:00
parent 1d8142ccea
commit d22946f886
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/clinkc
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+expat
DEPENDS:=+libexpat
TITLE:=Embedded UPnP library
DESCRIPTION:=CyberLink for C is a UPnP library using C for small and embedded platforms.
URL:=http://sourceforge.net/projects/clinkc

View File

@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bitlbee
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libopenssl +glib +libiconv
DEPENDS:=+libopenssl +libglib1 +libiconv
TITLE:=IRC gateway to IM chat networks
DESCRIPTION:=IRC gateway to IM chat networks
URL:=http://www.bitlbee.org/

View File

@ -18,7 +18,7 @@ define Package/gpsd
SECTION:=net
CATEGORY:=Network
TITLE:=gpsd
DEPENDS:=+libpthread +uclibcxx +ncurses
DEPENDS:=+libpthread +uclibcxx +libncurses
DESCRIPTION:=An interface daemon for GPS receivers
endef