diff options
author | nox <nox@FreeBSD.org> | 2013-05-31 03:35:25 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-05-31 03:35:25 +0800 |
commit | a5e87e752a5505b142c3ca48fe5c63991f4b7ffd (patch) | |
tree | 82881436c9f019668d7d67280031ecd3ff413467 /emulators | |
parent | 00d8aa1f74586eba2c1bdaa308c0917e8c78671f (diff) | |
download | freebsd-ports-gnome-a5e87e752a5505b142c3ca48fe5c63991f4b7ffd.tar.gz freebsd-ports-gnome-a5e87e752a5505b142c3ca48fe5c63991f4b7ffd.tar.zst freebsd-ports-gnome-a5e87e752a5505b142c3ca48fe5c63991f4b7ffd.zip |
- 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')
-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 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 |