hdialog: add missing cmd:gcc

This commit is contained in:
Sergei Reznikov
2015-01-26 15:34:36 +03:00
parent 64ca403293
commit e066b19c2e

View File

@@ -4,7 +4,7 @@ for shell scripts to easily integrate to the system and interact with the user."
HOMEPAGE="https://github.com/atalax/hdialog"
SRC_URI="https://github.com/atalax/hdialog/archive/v0.2.tar.gz"
CHECKSUM_SHA256="77deae4e51f522eb6735d184372222e482edec83f93c8b3ace5d5d2c100e165d"
REVISION="1"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="2014-2015 Josef Gajdusek"
@@ -25,6 +25,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
"
BUILD()