From 8e697e90e1d1dc1753e970ca79fd7d8738758540 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 23:30:38 +0000 Subject: [PATCH] calcurse: add missing dependencies, fix indentation git-svn-id: svn://svn.openwrt.org/openwrt/packages@32243 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/calcurse/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/calcurse/Makefile b/utils/calcurse/Makefile index f20dd8834..4295adefe 100644 --- a/utils/calcurse/Makefile +++ b/utils/calcurse/Makefile @@ -14,11 +14,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/calcurse-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/calcurse - SECTION:=utils - CATEGORY:=Utilities - TITLE:=Calcurse - DEPENDS:=+libncurses +libreadline - URL:=http://culot.org/calcurse + SECTION:=utils + CATEGORY:=Utilities + TITLE:=Calcurse + DEPENDS:=+libncursesw +libreadline +libpthread + URL:=http://culot.org/calcurse endef define Package/calcurse/description