aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-07-21 00:37:51 +0800
committerasami <asami@FreeBSD.org>1998-07-21 00:37:51 +0800
commit45240fda51ddddfb4241a4b8c6c44418f0e88779 (patch)
treeaccbc15e028eb486fe9c84cf7cb7a0b3737f815c
parentfeab413f82fcb2f660d141660206c656f91e046f (diff)
downloadfreebsd-ports-graphics-45240fda51ddddfb4241a4b8c6c44418f0e88779.tar.gz
freebsd-ports-graphics-45240fda51ddddfb4241a4b8c6c44418f0e88779.tar.zst
freebsd-ports-graphics-45240fda51ddddfb4241a4b8c6c44418f0e88779.zip
Mesa -> Mesa2
-rw-r--r--games/battalion/Makefile6
-rw-r--r--x11/xlockmore/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile
index 2e3dbd9a7f3..375bb6cec9c 100644
--- a/games/battalion/Makefile
+++ b/games/battalion/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 May 1998
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/14 01:15:14 dburr Exp $
#
DISTNAME= battalion-1.4
@@ -13,8 +13,8 @@ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz
MAINTAINER= andy@icc.surw.chel.su
-LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \
- MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa
+LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \
+ MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2
ALL_TARGET=
USE_X11= yes
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index bce51db5adf..8e164eda775 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.33 1998/05/20 07:30:59 tg Exp $
+# $Id: Makefile,v 1.34 1998/06/29 07:55:35 tg Exp $
#
DISTNAME= xlockmore-4.11
@@ -33,7 +33,7 @@ MAN1= xlock.1
WITH_MESAGL?= no
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
-LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa
+LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa2
.else
CONFIGURE_ARGS+= --without-mesagl
.endif