summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorlukem <lukem>2001-02-05 23:46:36 +0000
committerlukem <lukem>2001-02-05 23:46:36 +0000
commit960fba4aa5f1c9cc33df032e3f3037319b67af6c (patch)
treeba2e0da3d134b2b218a490f2c33a9bb7f6c3f042 /x11
parentec055a9b18b0389360152406efa3d568231eaf90 (diff)
downloadpkgsrc-960fba4aa5f1c9cc33df032e3f3037319b67af6c.tar.gz
XLOCK_LIGHT should also configure --without-gltt --without-ttf --without-opengl
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile5
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