aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-cheri
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@freebsd.org>2023-07-17 18:48:59 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-07-18 16:47:45 +0000
commita0668eca771915e879511ebf1173aab6daeda7eb (patch)
tree173345328498a51068c763d5f40dde5cc3d6cb82 /emulators/qemu-cheri
parent400eada66596e2fb8ef66ceaa66471fb6a403a55 (diff)
downloadports-a0668eca771915e879511ebf1173aab6daeda7eb.tar.gz
ports-a0668eca771915e879511ebf1173aab6daeda7eb.zip
emulators/qemu-cheri: bump capstone version
Builds fine with capstone 5.0.0 so use that rather than obsolete capstone 3.
Diffstat (limited to 'emulators/qemu-cheri')
-rw-r--r--emulators/qemu-cheri/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-cheri/Makefile b/emulators/qemu-cheri/Makefile
index 4d39b694a166..6cc18277fa71 100644
--- a/emulators/qemu-cheri/Makefile
+++ b/emulators/qemu-cheri/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qemu
PORTVERSION= 0.d${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= emulators devel
PKGNAMESUFFIX= -cheri
@@ -10,7 +11,7 @@ WWW= https://github.com/CTSRD-CHERI/qemu
# XXX: disabling gnutls doesn't work so depend on it to avoid breakage.
BUILD_DEPENDS= bash:shells/bash \
meson>=0.57.1_1:devel/meson
-LIB_DEPENDS= libcapstone.so:devel/capstone3 \
+LIB_DEPENDS= libcapstone.so:devel/capstone \
libdrm.so:graphics/libdrm \
libepoxy.so:graphics/libepoxy \
libgnutls.so:security/gnutls \