summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-05-30 19:35:25 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-05-30 19:35:25 +0000
commite379b5f209f45d47d5037d2a8cd674b37dfcdd42 (patch)
tree82881436c9f019668d7d67280031ecd3ff413467 /emulators/qemu-devel/Makefile
parent- Update to 0.139.2 (diff)
- Seems --disable-opengl is now called --disable-glx. (doh!)
- No PORTREVISION bump as its a build fix (with non-default options.) Reported by: gjb (via irc)
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index c3ccba3790aa..dcf7ae10c107 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -144,7 +144,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
.endif
.if empty(PORT_OPTIONS:MOPENGL)
-CONFIGURE_ARGS+= --disable-opengl
+CONFIGURE_ARGS+= --disable-glx
.else
USE_GL= yes
.endif