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

@@ -7,13 +7,13 @@ COPYRIGHT="
1990, 1997 The Regents of the University of California
"
LICENSE="Flex"
REVISION="6"
SOURCE_URI="http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.bz2/download"
CHECKSUM_SHA256="0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b"
REVISION="6"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="flex-2.5.35.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
flex = $portVersion compat >= 2.5
cmd:flex = $portVersion compat >= 2.5
@@ -24,6 +24,7 @@ REQUIRES="
haiku
cmd:m4
"
BUILD_REQUIRES="
haiku_devel
"