From: mbm Date: Wed, 2 Aug 2006 17:51:58 +0000 (+0000) Subject: fix various typos in the dependancies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d22946f88608ed761bb3fd86e7d2a9919994b377;p=packages.git fix various typos in the dependancies git-svn-id: svn://svn.openwrt.org/openwrt/packages@4402 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/clinkc/Makefile b/libs/clinkc/Makefile index 21e376521..38102f9d6 100644 --- a/libs/clinkc/Makefile +++ b/libs/clinkc/Makefile @@ -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 diff --git a/net/bitlbee/Makefile b/net/bitlbee/Makefile index d93644115..57598c249 100644 --- a/net/bitlbee/Makefile +++ b/net/bitlbee/Makefile @@ -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/ diff --git a/net/gpsd/Makefile b/net/gpsd/Makefile index 8bf1ee667..888236f71 100644 --- a/net/gpsd/Makefile +++ b/net/gpsd/Makefile @@ -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