From 865bf01df90359775c2e3880e9a3fb6ffa7df07b Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 2 Aug 2006 17:51:58 +0000 Subject: [PATCH] fix various typos in the dependancies SVN-Revision: 4402 --- libs/clinkc/Makefile | 2 +- net/bitlbee/Makefile | 2 +- net/gpsd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/clinkc/Makefile b/libs/clinkc/Makefile index 21e3765219..38102f9d68 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 d93644115b..57598c2490 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 8bf1ee6677..888236f719 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 -- 2.20.1