mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -10,8 +10,8 @@ COPYRIGHT="OpenTyrian Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.camanis.net/opentyrian/releases/opentyrian-$portVersion-src.tar.gz"
|
||||
SOURCE_DIR="opentyrian-$portVersion"
|
||||
CHECKSUM_SHA256="f54b6b3cedcefa187c9f605d6164aae29ec46a731a6df30d351af4c008dee45f"
|
||||
SOURCE_DIR="opentyrian-$portVersion"
|
||||
PATCHES="opentyrian-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86_64 ?x86"
|
||||
@@ -27,6 +27,7 @@ REQUIRES="
|
||||
lib:libsdl_net$secondaryArchSuffix
|
||||
opentyrian_data
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
@@ -37,6 +38,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user