From 6b6a1944b8eafb5ef16ef4388b18b41332e5e304 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 10 Dec 2010 22:39:21 +0800 Subject: [PATCH] mathomatic: add DEPENDS libncurses --- mathomatic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathomatic/Makefile b/mathomatic/Makefile index 6ad934a..85e8734 100644 --- a/mathomatic/Makefile +++ b/mathomatic/Makefile @@ -18,7 +18,7 @@ define Package/mathomatic CATEGORY:=Utilities TITLE:=Small computer algebra system. URL:=http://www.mathomatic.org - DEPENDS:=+libreadline + DEPENDS:=+libreadline +libncurses endef define Package/mathomatic/description