summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-01 02:17:49 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-01 02:17:49 +0000
commit1b4e5b49b4f51106645cc739a9a6d87c2a0ee972 (patch)
tree9f81c796654c03fd50e69d0a22bd6c6461048074 /x11/xlockmore
parentMark BROKEN for ELF. (diff)
Upgrade to Mesa 3.0
Notes
Notes: svn path=/head/; revision=13567
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 74e6957a9ba3..74c039a35fea 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.40 1998/09/27 16:06:58 steve Exp $
+# $Id: Makefile,v 1.41 1998/09/30 07:52:45 tg Exp $
#
DISTNAME= xlockmore-4.12
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout
WITH_MESAGL?= no
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
-LIB_DEPENDS+= GL.13:${PORTSDIR}/graphics/Mesa2
+LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
.else
CONFIGURE_ARGS+= --without-mesagl
.endif