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