aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-10-01 06:19:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-10-01 06:19:19 +0000
commit2b7d6b8199e293645c79b4c77f312e871d0818fe (patch)
tree362c892e78bf34dda147845dc46b269884b0ea75 /x11/xlockmore
parent068a1da3a87d7a52de9d8ae94f80aeea87c8fda5 (diff)
downloadports-2b7d6b8199e293645c79b4c77f312e871d0818fe.tar.gz
ports-2b7d6b8199e293645c79b4c77f312e871d0818fe.zip
Now that Mesa-3.0 is in with a security fix, bring back the GL modes.
Notes
Notes: svn path=/head/; revision=13572
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile8
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