diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
commit | 1b4e5b49b4f51106645cc739a9a6d87c2a0ee972 (patch) | |
tree | 9f81c796654c03fd50e69d0a22bd6c6461048074 /x11/xlockmore/Makefile | |
parent | 5a11b470cea2cb23e0ed7096ce576ea9d3cf838e (diff) | |
download | ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.tar.gz ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.zip |
Upgrade to Mesa 3.0
Notes
Notes:
svn path=/head/; revision=13567
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
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 |