From 7a53e4688b03f147c29c65dbaaafe9e2a5464bb7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Mar 2013 08:24:36 +0100 Subject: [PATCH] automake: depends on perl and autoconf, but not libtool. --- srcpkgs/automake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template index cde221e28a9..16df8d088e1 100644 --- a/srcpkgs/automake/template +++ b/srcpkgs/automake/template @@ -1,10 +1,10 @@ # Template build file for 'automake'. pkgname=automake version=1.13.1 -revision=2 +revision=3 noarch=yes build_style=gnu-configure -fulldepends="autoconf>=2.60 libtool>=2.4.2_5" +fulldepends="perl autoconf>=2.60" short_desc="GNU Standards-compliant Makefile generator" maintainer="Juan RP " license="GPL-2"