automake: Move makeinfo to the build_prerequires

... to break another dependency cycle.
This commit is contained in:
Ingo Weinhold
2013-04-28 00:48:39 +02:00
parent aaf965fbd1
commit dc059313ce

View File

@@ -31,13 +31,13 @@ REQUIRES="
"
BUILD_REQUIRES="
cmd:perl >= 5.8
cmd:makeinfo
cmd:sed
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:autoconf >= 2.60
cmd:make
cmd:autoconf >= 2.60
cmd:make
cmd:makeinfo
"
SOURCE_DIR="$portVersionedName"