git: fix requires

* perl -> cmd:perl, python -> cmd:python
* cmd:man, cmd:nano, cmd:perl, cmd:python are actually build requires in
  this case, since the build system will look for them to decide on
  features.
This commit is contained in:
Ingo Weinhold
2013-08-06 20:02:10 +02:00
parent 7963b05e16
commit 560ef0d8c2

View File

@@ -62,10 +62,10 @@ PROVIDES_svn="
REQUIRES="
haiku >= $haikuVersion
perl
python
cmd:man
cmd:nano
cmd:perl
cmd:python
lib:libcurl
lib:libexpat
lib:libssl
@@ -93,6 +93,10 @@ REQUIRES_svn="
"
BUILD_REQUIRES="
cmd:man
cmd:nano
cmd:perl
cmd:python
devel:libcurl
devel:libexpat
devel:libssl
@@ -101,13 +105,9 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
perl
python
cmd:gcc
cmd:ld
cmd:make
cmd:man
cmd:nano
cmd:sed
cmd:tar
"