From 6356abe89cffdf81ba497cf6ea230a2211a99679 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 28 Nov 2008 18:31:58 +0000 Subject: [PATCH 1/1] packages/utils/pv: make pv depend on libncurses SVN-Revision: 13415 --- utils/pv/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2