diff options
author | Juergen Lock <nox@FreeBSD.org> | 2015-04-29 16:28:01 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2015-04-29 16:28:01 +0000 |
commit | 6d28c2597bb1b2557d66affebe9bc5c2acbf3572 (patch) | |
tree | d9b834650daf97697662a6b4436b78ee0a8e1e63 /emulators/qemu-devel | |
parent | 86092acf1c24616baaf34cfc59165959d24b0fc6 (diff) | |
download | ports-6d28c2597bb1b2557d66affebe9bc5c2acbf3572.tar.gz ports-6d28c2597bb1b2557d66affebe9bc5c2acbf3572.zip |
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |