diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-07 10:06:16 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-07 10:06:16 +0000 |
commit | 0bfceccee1490793f60b2d9f94d997b382053470 (patch) | |
tree | 72b2b3706cb960d217b12a56b9e9d579061ffe9a | |
parent | Update to 3.2.2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=541399
-rw-r--r-- | devel/stack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/stack/Makefile b/devel/stack/Makefile index c921cdd6d47d..d95c89748479 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -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 |