mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -36,13 +36,13 @@ HOMEPAGE="http://www.nongnu.org/cvs/"
|
||||
COPYRIGHT="1986-2005 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v1
|
||||
GNU LGPL v2"
|
||||
REVISION="7"
|
||||
SOURCE_URI="ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/cvs-1.12.13.1.tar.bz2"
|
||||
CHECKSUM_SHA256="de7f374d8c4ac414c04e8d44ce9a5d3da919825a6a332d747e299dc7a80c2218"
|
||||
REVISION="7"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="cvs-1.12.13.1.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
cvs = $portVersion compat >= 1.12
|
||||
cmd:cvs = $portVersion compat >= 1.12
|
||||
@@ -55,6 +55,7 @@ REQUIRES="
|
||||
cmd:perl
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
cmd:perl
|
||||
devel:libz >= 1.1.4
|
||||
@@ -68,7 +69,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:nano
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user