snowman: explicit qmake version dependency.

This commit is contained in:
Jérôme Duval
2018-09-13 13:29:26 +02:00
committed by GitHub
parent 40fdb2cace
commit a66a165396

View File

@@ -14,7 +14,7 @@ assembler code and the reconstructed program.
HOMEPAGE="https://derevenets.com"
COPYRIGHT="2010 Yegor Derevenets"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/yegord/snowman/archive/v$portVersion.zip"
CHECKSUM_SHA256="45a9bf4dd0805c1c42155b6c5ff1c86bb28273dbf1453e958cfeee3cec086bc0"
@@ -51,7 +51,7 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix >= 5
"
BUILD()