diff Makefile @ 664:83e6237350e4

Flavor "alldeps" now also depends on "tmux". This is for bhyve to run properly.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 Sep 2024 17:55:06 +0200
parents 330ebeb57515
children 6fe22409e445
line wrap: on
line diff
--- 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]}