mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build w/o OPENGL knob. (--disable-glx is now called --disable-opengl)
Reported by: olgeni (via private email)
This commit is contained in:
parent
86092acf1c
commit
6d28c2597b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384987
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user