diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe b/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe index 16b7e2150..bacecbbe7 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe +++ b/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe @@ -20,7 +20,7 @@ they can fully express their creativity." HOMEPAGE="http://freedroid.org" COPYRIGHT="2002-2015 The Freedroid team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-0.16/freedroidRPG-$portVersion.tar.gz" CHECKSUM_SHA256="426df175034b12095e7498fd80c907e507667c960ee1da331d9e5566d1b09358" SOURCE_DIR="freedroidrpg-$portVersion" @@ -105,12 +105,12 @@ BUILD() { echo "=== libtoolize" libtoolize --force --copy --install - echo "=== missing" + echo "=== aclocal" + aclocal + echo "=== automake" automake --add-missing echo "=== autoreconf" autoreconf - echo "=== aclocal" - aclocal echo "=== autoconf" autoconf echo "=== automake"