diff options
author | lukem <lukem> | 2002-06-13 13:03:17 +0000 |
---|---|---|
committer | lukem <lukem> | 2002-06-13 13:03:17 +0000 |
commit | 7027077971272685d69bb335ab268dc8b62bde14 (patch) | |
tree | a1a888d57be6beb9597814a21742a9655055a7d6 /x11 | |
parent | a6f2320a990eae089438ea2aa6a7c743e22b52e3 (diff) | |
download | pkgsrc-7027077971272685d69bb335ab268dc8b62bde14.tar.gz |
s/--without-mesagl/--without-mesa/. noted on my X-terminal without GLX
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
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 |