1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

The --with{,out}-mesagl' option to configure is spelled --with{,out}-mesa'.

PR:		31141
Submitted by:	Markus Holmberg <markush+freebsd@acc.umu.se>
This commit is contained in:
Thomas Gellekum 2001-10-09 11:24:56 +00:00
parent c4f8b80b14
commit c9c6cac879
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48598

View File

@ -32,11 +32,11 @@ MAN1= xlock.1
WITH_MESAGL?= yes
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
CONFIGURE_ARGS+= --with-mesa
MESALIB= ${PTHREAD_LIBS}
USE_MESA= yes
.else
CONFIGURE_ARGS+= --without-mesagl --without-opengl
CONFIGURE_ARGS+= --without-mesa --without-opengl
.endif
CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${MESALIB}"