From 9e36bd2cc31bb7942939cb3d26fd529d077d181a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Aug 2014 16:06:38 +0200 Subject: [PATCH] autoconf: autoreconf needs perl. --- srcpkgs/autoconf/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autoconf/template b/srcpkgs/autoconf/template index 962ed971daa..d73887c0027 100644 --- a/srcpkgs/autoconf/template +++ b/srcpkgs/autoconf/template @@ -1,12 +1,11 @@ # Template build file for 'autoconf'. pkgname=autoconf version=2.69 -revision=4 +revision=5 noarch=yes build_style=gnu-configure hostmakedepends="perl" -makedepends="m4" -depends="awk m4" +depends="awk m4 perl" short_desc="Generates automatic source code configuration scripts" maintainer="Juan RP " license="GPL-2, GPL-3"