diff options
author | lukem <lukem@pkgsrc.org> | 2001-02-05 23:46:36 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-02-05 23:46:36 +0000 |
commit | 7062c6e4da9d4b161a2c5bdb8b9bddb7c1f55fa2 (patch) | |
tree | ba2e0da3d134b2b218a490f2c33a9bb7f6c3f042 /x11 | |
parent | e7bc9fb64158edf255e5f8b3c4918715e86187bc (diff) | |
download | pkgsrc-7062c6e4da9d4b161a2c5bdb8b9bddb7c1f55fa2.tar.gz |
XLOCK_LIGHT should also configure --without-gltt --without-ttf --without-opengl
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index aef94cc80ce..28ec12d1b27 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/12/15 22:32:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.40 2001/02/05 23:46:36 lukem Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -25,7 +25,8 @@ XLOCK_NO_DPMS= YES GNU_CONFIGURE= YES USE_X11BASE= YES .if defined(XLOCK_LIGHT) -CONFIGURE_ARGS+= --without-mesagl --without-xpm # --without-cxx XXX doesn't work +CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesagl \ + --without-xpm # --without-cxx XXX doesn't work CONFIGURE_ENV+= "CXX=${CC}" # no dependency on libstdc++ .else USE_XPM= YES |