diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cardano-node/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index 9748bc37ac28..d0156d2da880 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= i386 +BUILD_DEPENDS= ghc-9.6.7:lang/ghc96 LIB_DEPENDS= libsecp256k1.so:math/secp256k1 \ libblst.so:security/blst RUN_DEPENDS= ${LOCALBASE}/share/rc-subr-jail/rc.subr.jail:ports-mgmt/rc-subr-jail |