devel/stack: Add runtime dep on libffi321

Add a runtime dependency on libffi321 to devel/stack.
stack can be used to pull in haskell modules that are precompiled against
the old libffi shared library.

PR:		247028 (for tracking)
Reguested by:	arrowd
This commit is contained in:
Niclas Zeising 2020-07-07 10:06:16 +00:00
parent b223120615
commit 0bfceccee1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541399

View file

@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= happy:devel/hs-happy
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
gmake:devel/gmake
gmake:devel/gmake \
${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321
USE_GITHUB= yes
GH_ACCOUNT= commercialhaskell