diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-12 17:43:51 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-12 17:43:51 +0300 |
commit | bf3eff78ea01a9ace36a31cf10538b24575f1396 (patch) | |
tree | 9b289eb67132e6d43f6452a8bc3967a4791ff6e6 /lang/ghc | |
parent | framework: Implement fetch-url-recursive-list and fetch-urlall-recursive-list (diff) |
lang/ghc*: Add unconditional BUILD_DEPENDS on libgmp.
Rerolled bootstraps are now using GMP-backed Integer's, so make sure we can
run them on the build stage.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 7a42d5888840..5ba3448cadbd 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 +BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:math/gmp + USES= autoreconf compiler:c11 gmake \ ncurses perl5 python:build shebangfix \ tar:xz |