1WORLDPACKAGE= bhyve 2 3# bhyve needs iasl(8) on amd64 4.if ${MACHINE_ARCH} == "amd64" 5PKG_DEPS.bhyve+= acpi 6.endif 7 8.include <bsd.pkg.mk> 9