aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-10-09 11:24:56 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-10-09 11:24:56 +0000
commitc9c6cac879e12b00a54241528828e2725ed36540 (patch)
tree170cee06ceb3906f6bcbfc50680202431820dbff /x11/xlockmore
parentc4f8b80b14928dbaaaaba3d5a347c2dc76a556b7 (diff)
downloadports-c9c6cac879e12b00a54241528828e2725ed36540.tar.gz
ports-c9c6cac879e12b00a54241528828e2725ed36540.zip
Notes
Diffstat (limited to 'x11/xlockmore')
-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}"