From 16becc26d94e94c763293b100058d14feae0b820 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Jan 2010 14:56:37 +0100 Subject: [PATCH] psmisc: sanitize deps, bumprev. --HG-- extra : convert_revision : 8940485120e0f8a78560214eb93d902c84d346db --- srcpkgs/psmisc/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/psmisc/template b/srcpkgs/psmisc/template index 5052f9932c0..2c9bdb3cef0 100644 --- a/srcpkgs/psmisc/template +++ b/srcpkgs/psmisc/template @@ -1,6 +1,7 @@ # Template file for 'psmisc' pkgname=psmisc version=22.8 +revision=1 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="Small set of utilities that use the linux proc fs" @@ -11,5 +12,7 @@ long_desc=" the proc filesystem. We're not about changing the world, but providing the system administratror with some help in common tasks." -Add_dependency build gettext Add_dependency run glibc +Add_dependency run ncurses-libs +Add_dependency build gettext +Add_dependency build ncurses-devel