From afb58916acab9a3765f3a8a93f470e5307b48c2b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 12 Apr 2013 23:06:04 +0000 Subject: [PATCH] Revision 3 of texinfo-4.13a: * add missing build-prerequisite cmd:sed --- sys-apps/texinfo/texinfo-4.13a.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/texinfo/texinfo-4.13a.recipe b/sys-apps/texinfo/texinfo-4.13a.recipe index c0dcd5d92..9fad43770 100644 --- a/sys-apps/texinfo/texinfo-4.13a.recipe +++ b/sys-apps/texinfo/texinfo-4.13a.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Texinfo is the official documentation format of the GNU project." HOMEPAGE="http://www.gnu.org/software/texinfo/" SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz" CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES="texinfo = $portVersion compat >= 4.13 @@ -21,7 +21,8 @@ BUILD_PREREQUIRES="haiku-devel >= $haikuVersion cmd:gcc cmd:ld cmd:libtoolize - cmd:make" + cmd:make + cmd:sed" SOURCE_DIR="texinfo-4.13"