diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
commit | 29c03646e2a2d807fc1ed01092ca0e0f68be788d (patch) | |
tree | 6420c0369b2b1d77ce3212599b89b5cdae912832 /x11 | |
parent | 059b288192d481f35cd2061dcdb9b2b471e70ef7 (diff) | |
download | FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.zip FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.tar.gz |
Upgrade to Mesa 3.0
Diffstat (limited to 'x11')
-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 74e6957..74c039a 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 |