aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-10-09 19:24:56 +0800
committertg <tg@FreeBSD.org>2001-10-09 19:24:56 +0800
commitea943502c3ee4ccdc56f584c76bb754121cd9e04 (patch)
tree5291029baf0ae97ee8378dee56d58c8bb1157990
parentb0c1e0c4ce28badc3081487bee3d957d3777668c (diff)
downloadfreebsd-ports-gnome-ea943502c3ee4ccdc56f584c76bb754121cd9e04.tar.gz
freebsd-ports-gnome-ea943502c3ee4ccdc56f584c76bb754121cd9e04.tar.zst
freebsd-ports-gnome-ea943502c3ee4ccdc56f584c76bb754121cd9e04.zip
The `--with{,out}-mesagl' option to configure is spelled `--with{,out}-mesa'.
PR: 31141 Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se>
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 84d7aa752cf1..7d3d7049a50b 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -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}"