aboutsummaryrefslogtreecommitdiff
path: root/emulators
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
parent92ff9c5d3f29e52d7befce3df1318ab49bd00f6a (diff)
downloadports-e379b5f209f45d47d5037d2a8cd674b37dfcdd42.tar.gz
ports-e379b5f209f45d47d5037d2a8cd674b37dfcdd42.zip
Notes
Diffstat (limited to 'emulators')
-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