diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-04-19 22:00:51 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-04-19 22:03:32 +0300 |
commit | 4be3df36879ffc07fc91ac7badcf786a17859370 (patch) | |
tree | f172a82fdbe462cb4bf1f6994fbc47ed97ccd9ab /emulators/qemu/Makefile | |
parent | ports-mgmt/hs-panopticum: Update to 2.0.1.0 (diff) |
emulators/qemu: Switch CAPSTONE dependency to Capstone 5
Approved by: bofh (maintainer)
Diffstat (limited to '')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 1b248ad50fbc..9f23e681bfed 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,6 @@ PORTNAME= qemu PORTVERSION= 8.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -156,7 +156,7 @@ STATIC_LINK_DESC= Statically link the executables USBREDIR_DESC= usb device network redirection (experimental!) VDE_DESC= vde dependency (for vde networking) X86_TARGETS_DESC= Build only x86 system targets -CAPSTONE_LIB_DEPENDS= libcapstone.so:devel/capstone4 +CAPSTONE_LIB_DEPENDS= libcapstone.so:devel/capstone CAPSTONE_CONFIGURE_ON= --enable-capstone \ --extra-cflags=-I${LOCALBASE}/include/capstone CAPSTONE_CONFIGURE_OFF= --disable-capstone |