From 4bee30e63b688f4045ffc7bef353ed77033590cc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 12 Apr 2013 23:20:02 +0000 Subject: [PATCH] Revision 1 of automake-1.13.1: * add cmd:autoconf and cmd:perl as build-prereqs * declare as untested on all architectures to make it inactive for haikuporter --- sys-devel/automake/automake-1.13.1.recipe | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-devel/automake/automake-1.13.1.recipe b/sys-devel/automake/automake-1.13.1.recipe index 66d5fae9e..cf419d472 100644 --- a/sys-devel/automake/automake-1.13.1.recipe +++ b/sys-devel/automake/automake-1.13.1.recipe @@ -6,8 +6,8 @@ DESCRIPTION="Automake is a tool for automatically generating 'Makefile.in' files HOMEPAGE="http://www.gnu.org/software/automake/" SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz" CHECKSUM_MD5="78a0ef8216b0556b44508e7b5b0c0847" -REVISION="2" -ARCHITECTURES="x86_gcc2 ?x86" +REVISION="1" +ARCHITECTURES="?x86_gcc2 ?x86" PROVIDES="automake = $portVersion compat >= 1.11 cmd:automake = $portVersion compat >= 1.11 @@ -21,8 +21,11 @@ REQUIRES="haiku >= $haikuVersion cmd:m4 >= 1.4 cmd:perl >= 5 cmd:sh" +BUILD_REQUIRES="cmd:sed" BUILD_PREREQUIRES="haiku-devel >= $haikuVersion - cmd:make" + cmd:autoconf >= 2.60 + cmd:make + cmd:perl >= 5.8" SOURCE_DIR="$portVersionedName"