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:
9f49bfd
)
[packages] tig: depends on libncursesw, not libncurses
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:53 +0000
(23:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:53 +0000
(23:47 +0000)
SVN-Revision: 32295
net/tig/Makefile
patch
|
blob
|
history
diff --git
a/net/tig/Makefile
b/net/tig/Makefile
index 7bf20432a7f54318469b4186fd841bb34aa6f483..a9e8d59a30cfa751fdc3ec19ad505c8677f88ef6 100644
(file)
--- a/
net/tig/Makefile
+++ b/
net/tig/Makefile
@@
-24,7
+24,7
@@
define Package/tig
SECTION:=devel
CATEGORY:=Development
TITLE:=Console Git repository viewer
- DEPENDS:=+git +libncurses
+ DEPENDS:=+git +libncurses
w
URL:=http://jonas.nitro.dk/tig/releases/
endef