automoc4: fix hostmakedepends (add, not set)

This commit is contained in:
Jürgen Buchmüller 2018-01-17 11:14:17 +01:00
parent fdfcdd597e
commit ea826eb4d7

View file

@ -12,4 +12,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum=234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
[ -n "$CROSS_BUILD" ] && hostmakedepends=" qt-qmake qt-host-tools"
[ -n "$CROSS_BUILD" ] && hostmakedepends+=" qt-qmake qt-host-tools"