This update allows yab to run with mix_color being a public api.

This commit is contained in:
Jim Saxton
2016-01-28 13:26:26 -08:00
parent eed8a8b325
commit a1af7e85f1
2 changed files with 13 additions and 12 deletions

View File

@@ -7,13 +7,13 @@ yab wouldn't be complete without the yab-IDE, a powerful development \
environment, which of course is programmed in yab itself.
"
HOMEPAGE="http://yab.orgfree.com"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.tar.gz"
CHECKSUM_SHA256="45ea5fccd6ec0989e93bdb4dc31c271cf8eb8f39cce9ca9c2f4ab02f3ee8cc10"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz"
CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208"
REVISION="1"
REVISION="3"
LICENSE="Artistic"
COPYRIGHT="
2006-2015 Jan Bungeroth
2006-2015 Jan Bungeroth
"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
@@ -25,7 +25,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
yab$secondaryArchSuffix >= 1.7.5
yab$secondaryArchSuffix >= 1.7.5.2
devel:libz$secondaryArchSuffix
"
# devel:libz$secondaryArchSuffix is needed both to build and for the BuildFactory to do its work.
@@ -43,7 +43,7 @@ BUILD_PREREQUIRES="
cmd:mkdepend
cmd:yab
"
SOURCE_DIR=YAB-1.7.5
SOURCE_DIR=YAB-1.7.5.2
BUILD()
{