mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Fix ordering
This commit is contained in:
@@ -12,10 +12,11 @@ Find out more about about Conway's Game of Life:
|
||||
- http://www.math.com/students/wonders/life/life.html
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
REVISION="2"
|
||||
LICENSE="BeLife License"
|
||||
COPYRIGHT="2006 Studio-33"
|
||||
LICENSE="BeLife License"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -25,15 +26,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:xres
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user