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.
This commit is contained in:
Oliver Tappe
2013-04-11 20:24:14 +00:00
parent 0e4b1914bf
commit 434016e741

View File

@@ -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"