mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix ordering
This commit is contained in:
@@ -6,11 +6,11 @@ particularly suited for web sites crawling under very high loads while needing \
|
||||
persistence or Layer7 processing.
|
||||
"
|
||||
HOMEPAGE="http://www.haproxy.org/"
|
||||
SOURCE_URI="git://github.com/haproxy/haproxy.git"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012 Willy Tarreau"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/haproxy/haproxy.git"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -21,14 +21,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user