mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -8,9 +8,10 @@ compatible with the GNU Makefile standards.
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2009 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
|
||||
CHECKSUM_SHA256="b7b37c0c0f09a286cf55cad408d74aef97774d73d744c88c396ff7957045d4cb"
|
||||
REVISION="5"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -29,6 +30,7 @@ REQUIRES="
|
||||
cmd:perl >= 5.8
|
||||
cmd:sh
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -39,7 +41,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
PERL="/bin/env perl" ./configure $configureDirArgs
|
||||
|
||||
Reference in New Issue
Block a user