diff --git a/sys-devel/automake/automake-1.13.1.recipe b/sys-devel/automake/automake-1.13.1.recipe index 2f6186f0f..4f5136555 100644 --- a/sys-devel/automake/automake-1.13.1.recipe +++ b/sys-devel/automake/automake-1.13.1.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2013 Free Software Foundation, Inc." LICENSE="GNU GPL v2" SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz" CHECKSUM_MD5="78a0ef8216b0556b44508e7b5b0c0847" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -44,8 +44,8 @@ SOURCE_DIR="$portVersionedName" BUILD() { - PERL="/bin/env perl" ./configure $configureDirArgs - make -j$jobs + PERL="/bin/env perl" runConfigure ./configure + make $jobArgs } INSTALL()