Adjust libtool requirements to make it usable again

* with the current set of packages, libtool could no longer be used
  for building, as its requirement on automake-1.11 could not be
  provided.
This commit is contained in:
Oliver Tappe
2013-04-23 14:11:39 +02:00
parent 68ea76c1c7
commit e8f0489003

View File

@@ -6,7 +6,7 @@ DESCRIPTION="
HOMEPAGE="http://www.gnu.org/software/libtool"
SRC_URI="ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz"
CHECKSUM_MD5="b32b04148ecdd7344abc6fe8bd1bb021"
REVISION="4"
REVISION="5"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
@@ -18,15 +18,15 @@ PROVIDES="
"
REQUIRES="
haiku >= $haikuVersion
cmd:aclocal >= 1.11
cmd:automake >= 1.11
cmd:aclocal
cmd:automake
cmd:sed
cmd:tar
"
BUILD_REQUIRES="
cmd:autoconf >= 2.60
cmd:aclocal >= 1.11
cmd:autoheader >= 2.60
cmd:autoconf >= 2.62
cmd:aclocal >= 1.13
cmd:autoheader >= 2.62
cmd:sed
"
BUILD_PREREQUIRES="