From 626f9cf03e987ae030339c620aff24b7c67cb8ee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Apr 2009 03:46:07 +0200 Subject: [PATCH] texinfo: needs coreutils rundep for the INSTALL script. --HG-- extra : convert_revision : 59a5d2e5f91becf09c1a3e9eac05a581ec6d1c39 --- templates/texinfo/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/texinfo/template b/templates/texinfo/template index 30b9df8b6a3..55d6fbde4de 100644 --- a/templates/texinfo/template +++ b/templates/texinfo/template @@ -1,6 +1,7 @@ # Template file for 'texinfo' pkgname=texinfo version=4.13a +revision=1 wrksrc="$pkgname-4.13" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure @@ -18,3 +19,4 @@ Add_dependency run glibc Add_dependency run ncurses-libs Add_dependency run findutils Add_dependency run gzip +Add_dependency run coreutils