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:
parent
b223120615
commit
0bfceccee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541399
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue