aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu7/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-03 09:44:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-03 14:08:47 +0000
commite6fb6656043af940feb47101b37454f5e33e9176 (patch)
tree59f0cb13448592cf1061f4171ced710109ecd917 /emulators/qemu7/Makefile
parentb20cf747c2e7dec8fad53917be45b72e4c831378 (diff)
downloadports-e6fb6656043af940feb47101b37454f5e33e9176.tar.gz
ports-e6fb6656043af940feb47101b37454f5e33e9176.zip
emulators/qemu7: Update version 7.2.1=>7.2.3
- Exclude OPENGL option for nox11 flavor [1] Changelog: https://wiki.qemu.org/ChangeLog/7.2 Reported by: otis [1]
Diffstat (limited to 'emulators/qemu7/Makefile')
-rw-r--r--emulators/qemu7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu7/Makefile b/emulators/qemu7/Makefile
index c16b7b9d49ad..44ea49eedc65 100644
--- a/emulators/qemu7/Makefile
+++ b/emulators/qemu7/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qemu
-PORTVERSION= 7.2.1
+PORTVERSION= 7.2.3
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
@@ -115,7 +115,7 @@ OPTIONS_DEFAULT= CDROM_DMA CURL GNUTLS GTK3 JPEG NCURSES_DEFAULT \
OPTIONS_SINGLE= NCURSES
OPTIONS_SINGLE_NCURSES= NCURSES_BASE NCURSES_DEFAULT NCURSES_PORT
.if ${FLAVOR:U} == nox11
-OPTIONS_EXCLUDE:= GTK3 X11
+OPTIONS_EXCLUDE:= GTK3 OPENGL X11
.endif
.if ${FLAVOR:U} == tools
OPTIONS_EXCLUDE:= CAPSTONE CDROM_DMA CURL DEBUG GNUTLS GTK3 ISCSI \