summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-31 11:14:29 +0000
committerzuntum <zuntum>2001-03-31 11:14:29 +0000
commitf37f6b384475a8ca6834804e9033ff67cd96c75a (patch)
treee326d1f7fe1271e878770600b2b9f982a9cb0470 /x11/xlockmore/Makefile
parent335e3181a7b676560926c55b434db7529cfc25e6 (diff)
downloadpkgsrc-f37f6b384475a8ca6834804e9033ff67cd96c75a.tar.gz
o Fix/add quoting
o Respect ${CFLAGS}
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 1c8b3f608c5..6690fe85d0c 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/02/17 17:07:14 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2001/03/31 11:14:31 zuntum Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
@@ -28,7 +28,7 @@ USE_X11BASE= YES
.if defined(XLOCK_LIGHT)
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++
+CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++
.else
USE_XPM= YES
CONFIGURE_ARGS+= --with-mesagl