mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user