summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index ec0275779e9..e698c9a0a04 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2002/05/16 22:19:54 jschauma Exp $
+# $NetBSD: Makefile,v 1.49 2002/06/13 13:03:17 lukem Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
@@ -17,7 +17,7 @@ CHECK_MESA= YES
.include "../../mk/bsd.prefs.mk"
.if defined(XLOCK_LIGHT)
-CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesagl \
+CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesa \
--without-xpm # --without-cxx XXX doesn't work
CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++
.else