From: Jo-Philipp Wich Date: Fri, 28 Nov 2008 18:31:58 +0000 (+0000) Subject: packages/utils/pv: make pv depend on libncurses X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6356abe89cffdf81ba497cf6ea230a2211a99679;hp=df8ec524e711464117aa57b4f8c49c0a6850b185 packages/utils/pv: make pv depend on libncurses SVN-Revision: 13415 --- diff --git a/utils/pv/Makefile b/utils/pv/Makefile index a1094b6c06..68fd13f98e 100644 --- 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