1
0
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:
Juergen Lock 2015-04-29 16:28:01 +00:00
parent 86092acf1c
commit 6d28c2597b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384987

View File

@ -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