diff --git a/sys-devel/automake/automake-1.13.1.recipe b/sys-devel/automake/automake-1.13.1.recipe index ff334cbc8..f8f2c7d90 100644 --- a/sys-devel/automake/automake-1.13.1.recipe +++ b/sys-devel/automake/automake-1.13.1.recipe @@ -34,6 +34,8 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion cmd:autoconf >= 2.60 + cmd:gcc + cmd:ld cmd:make cmd:makeinfo cmd:perl >= 5.8 @@ -44,6 +46,7 @@ SOURCE_DIR="$portVersionedName" BUILD() { + ./bootstrap.sh PERL="/bin/env perl" runConfigure ./configure make $jobArgs }