diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-26 18:03:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-26 18:03:56 +0000 |
commit | e3f923fe1555fc7bbcbacf43f186ff9e1d247a10 (patch) | |
tree | 1ff83c97258cea2693b83192ff89f4aaf7ec6b21 /package/ncurses/Makefile | |
parent | ff8b2460526caf998af9bbfd91fd7f090da3c3d2 (diff) | |
download | upstream-e3f923fe1555fc7bbcbacf43f186ff9e1d247a10.tar.gz upstream-e3f923fe1555fc7bbcbacf43f186ff9e1d247a10.tar.bz2 upstream-e3f923fe1555fc7bbcbacf43f186ff9e1d247a10.zip |
ncurses: libncursesw should not depend on libncurses
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31861 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r-- | package/ncurses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |