Index: emulators/qemu/Makefile =================================================================== --- emulators/qemu/Makefile +++ emulators/qemu/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu DISTVERSION= 9.2.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -115,6 +116,7 @@ .endif .if ${FLAVOR:U} == tools CONFIGURE_ARGS+= --enable-tools +LIB_DEPENDS+= libzstd.so:archivers/zstd .endif CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//}