diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 45045a7e2f4c..9c5e969b996f 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -167,7 +167,7 @@ LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl .endif .if empty(PORT_OPTIONS:MOPENGL) -CONFIGURE_ARGS+= --disable-glx +CONFIGURE_ARGS+= --disable-opengl .else USE_GL= yes .endif