Move cmd:make from build_requires to build_prerequires in all autoconf recipes.

This commit is contained in:
Oliver Tappe
2013-04-11 20:21:55 +00:00
parent 131b195e6b
commit 0e4b1914bf
2 changed files with 2 additions and 2 deletions

View File

@@ -22,12 +22,12 @@ REQUIRES="haiku >= $haikuVersion
coreutils
diffutils
cmd:m4 >= 1.4
cmd:make
cmd:perl >= 5
cmd:sh"
BUILD_REQUIRES="cmd:automake >= 1.11"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:autoreconf >= 2.68
cmd:make
cmd:sed"
SOURCE_DIR="$portVersionedName"

View File

@@ -22,12 +22,12 @@ REQUIRES="haiku >= $haikuVersion
coreutils
diffutils
cmd:m4 >= 1.4
cmd:make
cmd:perl >= 5
cmd:sh"
BUILD_REQUIRES="cmd:automake >= 1.13.1"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:autoreconf >= 2.69
cmd:make
cmd:sed"
SOURCE_DIR="$portVersionedName"