diff options
author | tg <tg@FreeBSD.org> | 1998-10-01 14:19:19 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-10-01 14:19:19 +0800 |
commit | 1ea4a948cba95a0143406b7b0ef05d7bdf2ba663 (patch) | |
tree | 7936a59d346c063d2ce9a30bb3028f0c6bd9a273 /x11/xlockmore | |
parent | 2b8f62d614bc08fb8af203f144d04e3c9cf3f73b (diff) | |
download | freebsd-ports-gnome-1ea4a948cba95a0143406b7b0ef05d7bdf2ba663.tar.gz freebsd-ports-gnome-1ea4a948cba95a0143406b7b0ef05d7bdf2ba663.tar.zst freebsd-ports-gnome-1ea4a948cba95a0143406b7b0ef05d7bdf2ba663.zip |
Now that Mesa-3.0 is in with a security fix, bring back the GL modes.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 74c039a35fea..0e2b77c05ac4 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.41 1998/09/30 07:52:45 tg Exp $ +# $Id: Makefile,v 1.42 1998/10/01 02:17:49 jseger Exp $ # DISTNAME= xlockmore-4.12 @@ -31,11 +31,7 @@ OSVERSION!= sysctl -n kern.osreldate CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout .endif -# -# MesaGL has a security hole. Don't use it in setuid binaries. -# Override this with WITH_MESAGL=yes in your environment. -# -WITH_MESAGL?= no +WITH_MESAGL?= yes .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3 |