mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
scummvm_tools: fix build requires, bump for rebuild
This commit is contained in:
@@ -6,7 +6,7 @@ ScummVM 0.6.x does not support FLAC audio, for example."
|
|||||||
HOMEPAGE="https://www.scummvm.org/"
|
HOMEPAGE="https://www.scummvm.org/"
|
||||||
COPYRIGHT="2001-2022 ScummVM Team"
|
COPYRIGHT="2001-2022 ScummVM Team"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://www.scummvm.org/frs/scummvm-tools/$portVersion/scummvm-tools-$portVersion.tar.xz"
|
SOURCE_URI="http://www.scummvm.org/frs/scummvm-tools/$portVersion/scummvm-tools-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="1b4bbd7a7ccf4584bfc2c0142b7c1b4e5db97c39d8d214757c72d50e0905b71d"
|
CHECKSUM_SHA256="1b4bbd7a7ccf4584bfc2c0142b7c1b4e5db97c39d8d214757c72d50e0905b71d"
|
||||||
SOURCE_DIR="scummvm-tools-$portVersion"
|
SOURCE_DIR="scummvm-tools-$portVersion"
|
||||||
@@ -81,6 +81,7 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
wxgtk${secondaryArchSuffix}_devel
|
||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libflac$secondaryArchSuffix
|
devel:libflac$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
@@ -95,8 +96,7 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:libtoolize$secondaryArchSuffix
|
cmd:libtoolize$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
cmd:wx_config$secondaryArchSuffix
|
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
|
|||||||
Reference in New Issue
Block a user