projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea4120
)
packages/utils/pv: make pv depend on libncurses
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Nov 2008 18:31:58 +0000
(18:31 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Nov 2008 18:31:58 +0000
(18:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13415
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/pv/Makefile
patch
|
blob
|
history
diff --git
a/utils/pv/Makefile
b/utils/pv/Makefile
index
a1094b6
..
68fd13f
100644
(file)
--- a/
utils/pv/Makefile
+++ b/
utils/pv/Makefile
@@
-22,6
+22,7
@@
define Package/pv
CATEGORY:=Utilities
TITLE:=Shell pipeline element to meter data passing through
URL:=http://www.ivarch.com/programs/pv.shtml
+ DEPENDS:=+libncurses
endef
define Package/pv/description