summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
authorlukem <lukem>2002-06-13 13:03:17 +0000
committerlukem <lukem>2002-06-13 13:03:17 +0000
commitb35febda31ebc401c01c73b9d4eee5f3f96ed819 (patch)
treea1a888d57be6beb9597814a21742a9655055a7d6 /x11/xlockmore/Makefile
parente641e1d3d16dd73190d0df9371f5bf8e52420ae7 (diff)
downloadpkgsrc-b35febda31ebc401c01c73b9d4eee5f3f96ed819.tar.gz
s/--without-mesagl/--without-mesa/. noted on my X-terminal without GLX
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