git: a331584fdf37 - main - sysutils/bhyve+: Fix build on FreeBSD 14-CURRENT.

From: Ashish SHUKLA <ashish_at_FreeBSD.org>
Date: Sat, 24 Dec 2022 12:25:19 UTC
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a331584fdf37ca2cd8335cee5e0271183470eeab

commit a331584fdf37ca2cd8335cee5e0271183470eeab
Author:     PÁLI Gábor János <pali.gabor@gmail.com>
AuthorDate: 2022-12-23 23:53:37 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-12-24 12:24:49 +0000

    sysutils/bhyve+: Fix build on FreeBSD 14-CURRENT.
---
 sysutils/bhyve+/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/bhyve+/Makefile b/sysutils/bhyve+/Makefile
index 3649950af942..849ab4848bc6 100644
--- a/sysutils/bhyve+/Makefile
+++ b/sysutils/bhyve+/Makefile
@@ -50,6 +50,7 @@ IGNORE+=	cannot build: unsupported system
 WRKSRC=		${WRKDIR}
 
 _LINKS=		sys/cam/ctl \
+		sys/contrib/dev/acpica \
 		sys/dev/e1000 \
 		sys/dev/mii \
 		sys/dev/usb/controller \