projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe54ee
)
calcurse: add missing dependencies, fix indentation
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:38 +0000
(23:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:38 +0000
(23:30 +0000)
SVN-Revision: 32243
utils/calcurse/Makefile
patch
|
blob
|
history
diff --git
a/utils/calcurse/Makefile
b/utils/calcurse/Makefile
index f20dd8834704a776045455e08c8d93c180df773b..4295adefe45f2c14c6dd69a83cfcf398a2371c28 100644
(file)
--- 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