From 434016e7419774430318a86c0604da45430bd41a Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 11 Apr 2013 20:24:14 +0000 Subject: [PATCH] Take short route of fixing problems in requires of gcc: * there's no cmd:binutils, it's just a package * there's no cmd:texinfo, it's just a package Later, all the required commands should be put here instead of requiring packages. --- sys-devel/gcc/gcc-2.95.3_110711.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc-2.95.3_110711.recipe b/sys-devel/gcc/gcc-2.95.3_110711.recipe index 0826530d5..c70297739 100644 --- a/sys-devel/gcc/gcc-2.95.3_110711.recipe +++ b/sys-devel/gcc/gcc-2.95.3_110711.recipe @@ -30,10 +30,10 @@ PROVIDES="gcc = $portVersion compat >= 2.95.3 REQUIRES="haiku >= $haikuVersion" BUILD_PREREQUIRES="haiku-devel >= $haikuVersion - cmd:binutils - cmd:gcc + binutils + gcc cmd:make - cmd:texinfo" + texinfo" SOURCE_DIR="$portVersionedName"