mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue