1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

games/hedgewars: Fix build on i386 arch.

It turned out that GHC is still required in the build process to create a small utility program written in Haskell and used in the build.

Reported by:	antoine
Reviewed by:	tcberner (mentor, implicit)
This commit is contained in:
Gleb Popov 2019-05-16 09:46:29 +00:00
parent 11309e7b2c
commit 22f8369c24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501782

View File

@ -15,8 +15,10 @@ COMMENT= Free Worms-like turn based strategy game
LICENSE= GPLv2 GFDL
LICENSE_COMB= multi
LIB_DEPENDS= libphysfs.so:devel/physfs \
libpng.so:graphics/png
BUILD_DEPENDS= ${${ARCH}_BUILD_DEPENDS}
i386_BUILD_DEPENDS= ghc:lang/ghc
LIB_DEPENDS= libphysfs.so:devel/physfs \
libpng.so:graphics/png
USES= cmake:noninja desktop-file-utils fpc gl lua:51 qt:5 tar:bzip2 pkgconfig
USE_SDL= sdl2 mixer2 image2 ttf2 net2