ghc-bin: hostmakedepend on libffi explicitly.
This commit is contained in:
parent
c3d5be286d
commit
4c2ea4196d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=ghc-bin
|
|||
version=8.0.2
|
||||
revision=1
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
hostmakedepends="ncurses perl"
|
||||
hostmakedepends="ncurses perl libffi"
|
||||
depends="ncurses perl gcc libffi-devel gmp-devel"
|
||||
short_desc="Glorious Haskell Compiler - precompiled binaries"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in a new issue