Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -13,13 +13,13 @@ Online Manual is available at www.gnu.org/software/gperf/manual/gperf.html
HOMEPAGE="http://www.gnu.org/software/gperf/"
COPYRIGHT="1989-1998, 2000-2004, 2006-2009 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz"
CHECKSUM_SHA256="767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="gperf-3.0.4.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
gperf = $portVersion compat >= 3
cmd:gperf = $portVersion compat >= 3
@@ -27,6 +27,7 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"