# HG changeset patch # User Franz Glasner # Date 1727625306 -7200 # Node ID 83e6237350e4ebf90456667c1954bd6427062460 # Parent 83ec66c64f47ae344d0571e0daf17ccc39af8123 Flavor "alldeps" now also depends on "tmux". This is for bhyve to run properly. diff -r 83ec66c64f47 -r 83e6237350e4 Makefile --- a/Makefile Sun Sep 29 17:22:52 2024 +0200 +++ b/Makefile Sun Sep 29 17:55:06 2024 +0200 @@ -13,7 +13,8 @@ EXTRACT_DEPENDS= hg:devel/mercurial RUN_DEPENDS= pkg:ports-mgmt/pkg -alldeps_RUN_DEPENDS= jq>=1.5:textproc/jq +alldeps_RUN_DEPENDS= jq>=1.5:textproc/jq \ + tmux>=3:sysutils/tmux FLAVORS= default alldeps FLAVOR?= ${FLAVORS:[1]}