packages/utils/pv: make pv depend on libncurses
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 28 Nov 2008 18:31:58 +0000 (18:31 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 28 Nov 2008 18:31:58 +0000 (18:31 +0000)
SVN-Revision: 13415

utils/pv/Makefile

index a1094b6c0670bbd591bb6032151b6601166b7a35..68fd13f98e533fec7df534e8401269c46eff384c 100644 (file)
@@ -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