From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 26 May 2012 18:03:56 +0000 (+0000)
Subject: ncurses: libncursesw should not depend on libncurses
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=925fcc107da41bb243ddd07daacc8a83adf45fa2;p=openwrt%2Fstaging%2Flinusw.git

ncurses: libncursesw should not depend on libncurses

SVN-Revision: 31861
---

diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 2c4a376626..9c682aca83 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -43,7 +43,6 @@ define Package/libncursesw
   CATEGORY:=Libraries
   TITLE:=Terminal handling library (Unicode)
   URL:=http://www.gnu.org/software/ncurses/
-  DEPENDS:=libncurses
   VARIANT:=libncursesw
 endef