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 | 925fcc107da41bb243ddd07daacc8a83adf45fa2 (patch) | |
tree | 27f755c5ef676e35ec920ca1b1296b48fde1ab60 /package/ncurses/Makefile | |
parent | f2db9f233919619f39241fd4b2142b694ee62b71 (diff) | |
download | upstream-925fcc107da41bb243ddd07daacc8a83adf45fa2.tar.gz upstream-925fcc107da41bb243ddd07daacc8a83adf45fa2.tar.bz2 upstream-925fcc107da41bb243ddd07daacc8a83adf45fa2.zip |
ncurses: libncursesw should not depend on libncurses
SVN-Revision: 31861
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 |